summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-04-22Avoid the need for Configure time 128-bit int detectionMatt Caswell
2021-04-22Fix typosMichaM
2021-04-21ASN.1: Add some sanity checks for input len <= 0; related coding improvementsDr. David von Oheimb
2021-04-21tasn_dec.c: Add checks for it == NULL arguments; improve coding styleDr. David von Oheimb
2021-04-21STORE: Discard the error report filter in crypto/store/store_result.cRichard Levitte
2021-04-21ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte
2021-04-21Fix memory leak in X509_REQPetr Gotthard
2021-04-21asn1: fix indentationPauli
2021-04-21dsa: remove unused macroPauli
2021-04-21srp: remove references to EVP_sha1()Pauli
2021-04-21pem: remove references to EVP_sha1()Pauli
2021-04-21ocsp: remove references to EVP_sha1()Pauli
2021-04-21cms: remove most references to EVP_sha1()Pauli
2021-04-21x509: remove most references to EVP_sha1()Pauli
2021-04-21ts: fix double free on error path.Pauli
2021-04-21srp: fix double free,Pauli
2021-04-21params_dup: fix off by one error that allows array overreach.Pauli
2021-04-20Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb
2021-04-20Fix compile errors on s390.Juergen Christ
2021-04-19Add the function OSSL_LIB_CTX_get0_global_default()Matt Caswell
2021-04-19Change the semantics of OSSL_LIB_CTX_set0_default() NULL handlingMatt Caswell
2021-04-19Remove a TODO(3.0) from keymgmt_lib.cMatt Caswell
2021-04-19Detect low-level engine and app method based keysTomas Mraz
2021-04-19Link with uplink moduleTanzinul Islam
2021-04-19Support DLL builds + Fix C RTL variantsTanzinul Islam
2021-04-19Resurrect and modernize C++Builder configTanzinul Islam
2021-04-18CORE: pre-populate the namemap with legacy OIDs tooRichard Levitte
2021-04-18CORE: Register all legacy "names" when generating the initial namemapRichard Levitte
2021-04-18Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-18Standard style for all EVP_xxx_free routinesRich Salz
2021-04-17OSSL_CMP_CTX_new(): Fix distinction of out-of-memory and other errorsDr. David von Oheimb
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-04-16Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis
2021-04-16SipHash: Fix CTRL API for the digest size.Pauli
2021-04-15Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis
2021-04-15Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz
2021-04-15Do not allow creating empty RSA keys by duplicationTomas Mraz
2021-04-15Remove keymgmt_copy function from the provider APITomas Mraz
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-04-14cmp_util.c: Fix OSSL_CMP_log_open() in case OPENSSL_NO_TRACEDr. David von Oheimb
2021-04-14Document the invariants for the empty X509_NAME encodingTomas Mraz
2021-04-14X509_NAME_cmp: if canon_enclen is 0 for both names return 0Tomas Mraz
2021-04-14bio_printf: add \0 terminators for error returns in floating point conversions.Pauli
2021-04-14bio: add a malloc failed error to BIO_printPauli
2021-04-14Add some additional NULL checks to prevent segfaults.Shane Lontis
2021-04-14Add domain parameter match check for DH and ECDH key exchange.Shane Lontis
2021-04-14Remove a TODO(3.0) from X509_PUBKEY_setMatt Caswell
2021-04-14crypto: raise error on malloc failureFdaSilvaYY