summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-11-06Don't clear the whole error stack when loading enginesMatt Caswell
2020-11-06Don't clear errors on failure in CONF_modules_load_file_ex()Matt Caswell
2020-11-06x509_vfy.c: Call verification callback individually per strict check in check...David von Oheimb
2020-11-06x509_vfy.c: Introduce CHECK_CB macro simplifying use of cert verification cb ...David von Oheimb
2020-11-05Update copyright yearMatt Caswell
2020-11-04Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker
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-10-30Patch leak in EVP_PKEY2PKCS8() error pathjwalch
2020-10-30Add easy to digest selector macros for EVP_PKEYsRichard Levitte
2020-10-29crypto/poly1305/asm: fix armv8 pointer authenticationArd Biesheuvel
2020-10-27DH: stop setting the private key length arbitrarilyRichard Levitte
2020-10-23Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri
2020-10-22Remove EVP_aes_(128|192|256)_siv functionsPauli
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-22Fix aarch64 static linking into shared libraries (see issue #10842 and pull r...Romain Geissler
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-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell
2020-10-19Fix no-dhMatt Caswell
2020-10-19DH: have DH_set_length() increment the dirty count.Richard Levitte
2020-10-19DH: make the private key length importable / exportableRichard Levitte
2020-10-17ENCODER & DECODER: set params on all encoder/decoder instances, unconditionallyRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-10-15Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell
2020-10-15Remove CMS recipient info information out of the algorithm implementationsMatt Caswell
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell
2020-10-15Move CMS enveloping code out of the algorithms and into CMSMatt Caswell
2020-10-15Remove a CMS key downgradeMatt Caswell
2020-10-14[ssl] Support ssl_encapsulate on server sideNicola Tuveri
2020-10-14[ssl] Support ssl_decapsulate on client sideNicola Tuveri
2020-10-13EVP: Take care of locks when downgrading an EVP_PKEYRichard Levitte
2020-10-12vms: move otherwise dead code into the VMS relevant path.Pauli
2020-10-10Adapt some code to OSSL_ENCODER_to_data() / OSSL_DECODER_from_data()Richard Levitte
2020-10-10ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte
2020-10-08Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius
2020-10-08Fix zero-length content verification in S/MIME formatDmitry Belyavskiy
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb
2020-10-08Allow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATUREAndré Klitzing
2020-10-08Fix the decoder start type handlingMatt Caswell
2020-10-08Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery
2020-10-08ERR: fix comment typo in err.cDaniel Bevenius
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli