summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typosMichaM2021-04-222-4/+4
* ASN.1: Add some sanity checks for input len <= 0; related coding improvementsDr. David von Oheimb2021-04-213-14/+27
* tasn_dec.c: Add checks for it == NULL arguments; improve coding styleDr. David von Oheimb2021-04-211-19/+29
* STORE: Discard the error report filter in crypto/store/store_result.cRichard Levitte2021-04-211-38/+50
* ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte2021-04-213-24/+70
* Fix memory leak in X509_REQPetr Gotthard2021-04-211-0/+1
* asn1: fix indentationPauli2021-04-212-4/+10
* dsa: remove unused macroPauli2021-04-211-7/+0
* srp: remove references to EVP_sha1()Pauli2021-04-211-3/+10
* pem: remove references to EVP_sha1()Pauli2021-04-211-2/+5
* ocsp: remove references to EVP_sha1()Pauli2021-04-212-6/+13
* cms: remove most references to EVP_sha1()Pauli2021-04-211-0/+4
* x509: remove most references to EVP_sha1()Pauli2021-04-212-7/+25
* ts: fix double free on error path.Pauli2021-04-211-0/+1
* srp: fix double free,Pauli2021-04-211-5/+6
* params_dup: fix off by one error that allows array overreach.Pauli2021-04-211-2/+2
* Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb2021-04-207-74/+49
* Fix compile errors on s390.Juergen Christ2021-04-201-0/+4
* Add the function OSSL_LIB_CTX_get0_global_default()Matt Caswell2021-04-191-2/+10
* Change the semantics of OSSL_LIB_CTX_set0_default() NULL handlingMatt Caswell2021-04-191-2/+4
* Remove a TODO(3.0) from keymgmt_lib.cMatt Caswell2021-04-191-4/+0
* Detect low-level engine and app method based keysTomas Mraz2021-04-196-12/+82
* Link with uplink moduleTanzinul Islam2021-04-191-1/+1
* Support DLL builds + Fix C RTL variantsTanzinul Islam2021-04-191-1/+1
* Resurrect and modernize C++Builder configTanzinul Islam2021-04-192-2/+2
* CORE: pre-populate the namemap with legacy OIDs tooRichard Levitte2021-04-181-3/+56
* CORE: Register all legacy "names" when generating the initial namemapRichard Levitte2021-04-181-18/+18
* Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte2021-04-1813-60/+76
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-1844-47/+168
* Standard style for all EVP_xxx_free routinesRich Salz2021-04-1810-88/+93
* OSSL_CMP_CTX_new(): Fix distinction of out-of-memory and other errorsDr. David von Oheimb2021-04-171-3/+4
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-3/+3
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-1617-7/+48
* SipHash: Fix CTRL API for the digest size.Pauli2021-04-161-0/+8
* Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis2021-04-152-0/+25
* Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz2021-04-153-5/+5
* Do not allow creating empty RSA keys by duplicationTomas Mraz2021-04-153-4/+0
* Remove keymgmt_copy function from the provider APITomas Mraz2021-04-154-39/+9
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-1512-52/+155
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-1515-182/+262
* cmp_util.c: Fix OSSL_CMP_log_open() in case OPENSSL_NO_TRACEDr. David von Oheimb2021-04-141-2/+6
* Document the invariants for the empty X509_NAME encodingTomas Mraz2021-04-141-0/+1
* X509_NAME_cmp: if canon_enclen is 0 for both names return 0Tomas Mraz2021-04-141-2/+5
* bio_printf: add \0 terminators for error returns in floating point conversions.Pauli2021-04-141-1/+5
* bio: add a malloc failed error to BIO_printPauli2021-04-141-3/+5
* Add some additional NULL checks to prevent segfaults.Shane Lontis2021-04-143-3/+9
* Add domain parameter match check for DH and ECDH key exchange.Shane Lontis2021-04-141-0/+1
* Remove a TODO(3.0) from X509_PUBKEY_setMatt Caswell2021-04-141-8/+6
* crypto: raise error on malloc failureFdaSilvaYY2021-04-147-31/+72
* Remove the function EVP_PKEY_set_alias_typeMatt Caswell2021-04-121-41/+22