summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0 alpha 8openssl-3.0.0-alpha8Matt Caswell2020-11-053-4/+4
* Update copyright yearMatt Caswell2020-11-056-6/+6
* defltprov: remove duplicate algorithm names.Pauli2020-11-051-2/+2
* Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker2020-11-046-32/+46
* Do not export the submodules gost-engineHu Keping2020-11-041-0/+1
* fix typo in READMEIchinose Shogo2020-11-031-1/+1
* Add more diagnostics to ossl_shimBenjamin Kaduk2020-11-021-0/+5
* Adjust error reason for ssl_get_min_max_version() failureBenjamin Kaduk2020-11-021-2/+2
* Clear error queue entries from bad DLTS recordsBenjamin Kaduk2020-11-021-0/+8
* Prevent potential UAF in init_thread_deregister()jwalch2020-11-021-0/+2
* EVP: Fix typo in EVP_PKEY_gen commentDaniel Bevenius2020-11-021-1/+1
* Initialize outl in evp_enc.c to 0, protect against NULLjwalch2020-11-021-0/+28
* Add AES KW inverse ciphers to the EVP layerShane Lontis2020-11-029-55/+228
* Remove FLOSS from all OSS builds on NonStop except for SPT threading.Randall S. Becker2020-11-011-9/+6
* test/recipes/90-test_shlibload.t: Skip when address sanitizer enabledRichard Levitte2020-11-011-0/+1
* util/find-doc-nits: ignore OSSL_DEPRECATED*, alongside other reserved symbolsRichard Levitte2020-11-012-12/+2
* Simplify and clarify doc/internal/man7/deprecation.podRichard Levitte2020-11-012-148/+117
* Patch leak in EVP_PKEY2PKCS8() error pathjwalch2020-10-301-1/+1
* Allow empty deprecation macros to be passed as macro argumentsMatt Caswell2020-10-301-3/+6
* Fix some missed usage of DEFINE_LHASH_OF()Matt Caswell2020-10-303-15/+11
* Add easy to digest selector macros for EVP_PKEYsRichard Levitte2020-10-306-25/+86
* test/recipes/15-test_gendh.t: don't try DER paramsRichard Levitte2020-10-302-16/+8
* Unify ssl3_get_cipher_by_std_name() implementationBenjamin Kaduk2020-10-291-13/+5
* crypto/poly1305/asm: fix armv8 pointer authenticationArd Biesheuvel2020-10-291-1/+1
* afalg: add a NULL pointer checkPauli2020-10-291-0/+3
* Rewrite the HPE NonStop Notes file in Markdown with more explanations.Randall S. Becker2020-10-282-42/+183
* DH: stop setting the private key length arbitrarilyRichard Levitte2020-10-273-15/+5
* configdata.pm.in, util/dofile.pl: Make a HERE document stricter.Richard Levitte2020-10-272-2/+2
* Fix sparc t4 build error 'undefined symbol: cipher_hw_generic_cbc'Shane Lontis2020-10-272-2/+2
* Ensure we raise SSLfatal on errorMatt Caswell2020-10-261-1/+1
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-2614-45/+36
* Add parentheses to fix PCLINT Info:773Kan2020-10-261-1/+1
* Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri2020-10-239-21/+29
* Remove EVP_aes_(128|192|256)_siv functionsPauli2020-10-225-127/+0
* enc: change the text to reference `-list` instead of the deprecated `-ciphers`Pauli2020-10-221-1/+1
* Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().Shane Lontis2020-10-223-6/+6
* Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().Shane Lontis2020-10-2210-21/+21
* Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis2020-10-2215-20/+19
* Remove ossl_prov_util_nid_to_name()Shane Lontis2020-10-225-157/+1
* Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri2020-10-2210-17/+17
* Fix aarch64 static linking into shared libraries (see issue #10842 and pull r...Romain Geissler2020-10-224-10/+8
* APPS: Implement load_keyparams() to load key parametersRichard Levitte2020-10-225-17/+41
* Implement OpenSSL secure memory for WindowsJeremiah Gowdy2020-10-222-9/+50
* Unexport internal MSBLOB and PVK functionsRichard Levitte2020-10-218-10/+6
* Work around Windows ftell() bug as per Microsoft engineering's suggestionRichard Levitte2020-10-211-0/+9
* Deprecate EVP_PKEY_set1_tls_encodedpoint()Matt Caswell2020-10-204-15/+48
* Document EVP_PKEY_set1_encoded_public_key()Matt Caswell2020-10-203-4/+125
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-2018-70/+86
* resolve defects: reverse_inull; row[DB_exp_date] referenced before checkingxuyunjia2020-10-201-2/+2
* Fix Aes-xts potential failure on aarch64XiaokangQian2020-10-201-0/+1