summaryrefslogtreecommitdiffstats
path: root/NOTES-DJGPP.md (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-06Don't clear errors on failure in CONF_modules_load_file_ex()Matt Caswell1-1/+2
2020-11-06x509_vfy.c: Call verification callback individually per strict check in check...David von Oheimb1-44/+43
2020-11-06x509_vfy.c: Introduce CHECK_CB macro simplifying use of cert verification cb ...David von Oheimb1-112/+67
2020-11-06CHANGES.md: Mention (strict) checks recently added to X509_verify_cert()David von Oheimb1-0/+24
2020-11-06Improve doc of X509_verify_cert(), also in openssl.podDavid von Oheimb3-4/+34
2020-11-05Check the configuration file by defaultDmitry Belyavskiy2-0/+8
2020-11-05Prepare for 3.0 alpha 9Matt Caswell3-4/+4
2020-11-05Prepare for release of 3.0 alpha 8openssl-3.0.0-alpha8Matt Caswell3-4/+4
2020-11-05Update copyright yearMatt Caswell6-6/+6
2020-11-05defltprov: remove duplicate algorithm names.Pauli1-2/+2
2020-11-04Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker6-32/+46
2020-11-04Do not export the submodules gost-engineHu Keping1-0/+1
2020-11-03fix typo in READMEIchinose Shogo1-1/+1
2020-11-02Add more diagnostics to ossl_shimBenjamin Kaduk1-0/+5
2020-11-02Adjust error reason for ssl_get_min_max_version() failureBenjamin Kaduk1-2/+2
2020-11-02Clear error queue entries from bad DLTS recordsBenjamin Kaduk1-0/+8
2020-11-02Prevent potential UAF in init_thread_deregister()jwalch1-0/+2
2020-11-02EVP: Fix typo in EVP_PKEY_gen commentDaniel Bevenius1-1/+1
2020-11-02Initialize outl in evp_enc.c to 0, protect against NULLjwalch1-0/+28
2020-11-02Add AES KW inverse ciphers to the EVP layerShane Lontis9-55/+228
2020-11-01Remove FLOSS from all OSS builds on NonStop except for SPT threading.Randall S. Becker1-9/+6
2020-11-01test/recipes/90-test_shlibload.t: Skip when address sanitizer enabledRichard Levitte1-0/+1
2020-11-01util/find-doc-nits: ignore OSSL_DEPRECATED*, alongside other reserved symbolsRichard Levitte2-12/+2
2020-11-01Simplify and clarify doc/internal/man7/deprecation.podRichard Levitte2-148/+117
2020-10-30Patch leak in EVP_PKEY2PKCS8() error pathjwalch1-1/+1
2020-10-30Allow empty deprecation macros to be passed as macro argumentsMatt Caswell1-3/+6
2020-10-30Fix some missed usage of DEFINE_LHASH_OF()Matt Caswell3-15/+11
2020-10-30Add easy to digest selector macros for EVP_PKEYsRichard Levitte6-25/+86
2020-10-30test/recipes/15-test_gendh.t: don't try DER paramsRichard Levitte2-16/+8
2020-10-29Unify ssl3_get_cipher_by_std_name() implementationBenjamin Kaduk1-13/+5
2020-10-29crypto/poly1305/asm: fix armv8 pointer authenticationArd Biesheuvel1-1/+1
2020-10-29afalg: add a NULL pointer checkPauli1-0/+3
2020-10-28Rewrite the HPE NonStop Notes file in Markdown with more explanations.Randall S. Becker2-42/+183
2020-10-27DH: stop setting the private key length arbitrarilyRichard Levitte3-15/+5
2020-10-27configdata.pm.in, util/dofile.pl: Make a HERE document stricter.Richard Levitte2-2/+2
2020-10-27Fix sparc t4 build error 'undefined symbol: cipher_hw_generic_cbc'Shane Lontis2-2/+2
2020-10-26Ensure we raise SSLfatal on errorMatt Caswell1-1/+1
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte14-45/+36
2020-10-26Add parentheses to fix PCLINT Info:773Kan1-1/+1
2020-10-23Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri9-21/+29
2020-10-22Remove EVP_aes_(128|192|256)_siv functionsPauli5-127/+0
2020-10-22enc: change the text to reference `-list` instead of the deprecated `-ciphers`Pauli1-1/+1
2020-10-22Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().Shane Lontis3-6/+6
2020-10-22Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().Shane Lontis10-21/+21
2020-10-22Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis15-20/+19
2020-10-22Remove ossl_prov_util_nid_to_name()Shane Lontis5-157/+1
2020-10-22Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri10-17/+17
2020-10-22Fix aarch64 static linking into shared libraries (see issue #10842 and pull r...Romain Geissler4-10/+8
2020-10-22APPS: Implement load_keyparams() to load key parametersRichard Levitte5-17/+41
2020-10-22Implement OpenSSL secure memory for WindowsJeremiah Gowdy2-9/+50