summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-11-05Prepare for release of 3.0 alpha 8openssl-3.0.0-alpha8Matt Caswell
2020-11-05Update copyright yearMatt Caswell
2020-11-05defltprov: remove duplicate algorithm names.Pauli
2020-11-04Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker
2020-11-04Do not export the submodules gost-engineHu Keping
2020-11-03fix typo in READMEIchinose Shogo
2020-11-02Add more diagnostics to ossl_shimBenjamin Kaduk
2020-11-02Adjust error reason for ssl_get_min_max_version() failureBenjamin Kaduk
2020-11-02Clear error queue entries from bad DLTS recordsBenjamin Kaduk
2020-11-02Prevent potential UAF in init_thread_deregister()jwalch
2020-11-02EVP: Fix typo in EVP_PKEY_gen commentDaniel Bevenius
2020-11-02Initialize outl in evp_enc.c to 0, protect against NULLjwalch
2020-11-02Add AES KW inverse ciphers to the EVP layerShane Lontis
2020-11-01Remove FLOSS from all OSS builds on NonStop except for SPT threading.Randall S. Becker
2020-11-01test/recipes/90-test_shlibload.t: Skip when address sanitizer enabledRichard Levitte
2020-11-01util/find-doc-nits: ignore OSSL_DEPRECATED*, alongside other reserved symbolsRichard Levitte
2020-11-01Simplify and clarify doc/internal/man7/deprecation.podRichard Levitte
2020-10-30Patch leak in EVP_PKEY2PKCS8() error pathjwalch
2020-10-30Allow empty deprecation macros to be passed as macro argumentsMatt Caswell
2020-10-30Fix some missed usage of DEFINE_LHASH_OF()Matt Caswell
2020-10-30Add easy to digest selector macros for EVP_PKEYsRichard Levitte
2020-10-30test/recipes/15-test_gendh.t: don't try DER paramsRichard Levitte
2020-10-29Unify ssl3_get_cipher_by_std_name() implementationBenjamin Kaduk
2020-10-29crypto/poly1305/asm: fix armv8 pointer authenticationArd Biesheuvel
2020-10-29afalg: add a NULL pointer checkPauli
2020-10-28Rewrite the HPE NonStop Notes file in Markdown with more explanations.Randall S. Becker
2020-10-27DH: stop setting the private key length arbitrarilyRichard Levitte
2020-10-27configdata.pm.in, util/dofile.pl: Make a HERE document stricter.Richard Levitte
2020-10-27Fix sparc t4 build error 'undefined symbol: cipher_hw_generic_cbc'Shane Lontis
2020-10-26Ensure we raise SSLfatal on errorMatt Caswell
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-10-26Add parentheses to fix PCLINT Info:773Kan
2020-10-23Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri
2020-10-22Remove EVP_aes_(128|192|256)_siv functionsPauli
2020-10-22enc: change the text to reference `-list` instead of the deprecated `-ciphers`Pauli
2020-10-22Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().Shane Lontis
2020-10-22Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().Shane Lontis
2020-10-22Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis
2020-10-22Remove ossl_prov_util_nid_to_name()Shane Lontis
2020-10-22Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri
2020-10-22Fix aarch64 static linking into shared libraries (see issue #10842 and pull r...Romain Geissler
2020-10-22APPS: Implement load_keyparams() to load key parametersRichard Levitte
2020-10-22Implement OpenSSL secure memory for WindowsJeremiah Gowdy
2020-10-21Unexport internal MSBLOB and PVK functionsRichard Levitte
2020-10-21Work around Windows ftell() bug as per Microsoft engineering's suggestionRichard Levitte
2020-10-20Deprecate EVP_PKEY_set1_tls_encodedpoint()Matt Caswell
2020-10-20Document EVP_PKEY_set1_encoded_public_key()Matt Caswell
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell
2020-10-20resolve defects: reverse_inull; row[DB_exp_date] referenced before checkingxuyunjia
2020-10-20Fix Aes-xts potential failure on aarch64XiaokangQian