summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* EVP_PKEY_get_utf8_string_param(): ensure the string is NUL terminatedRichard Levitte2021-08-181-6/+14
* s390x: AES OFB/CFB: Maintain running IV from cipher contextIngo Franzki2021-08-161-0/+12
* Multiple fixes for getting pub key from legacy DH PKEYTomas Mraz2021-08-161-5/+18
* Allow small RSA exponents in the default providerShane Lontis2021-08-131-18/+9
* EVP_CIPHER_CTX_set_key_length: Raise error when key length is not settableTomas Mraz2021-08-111-1/+3
* Set FFC_PARAM_FLAG_VALIDATE_LEGACY on params generated with FIPS 186-2 genTomas Mraz2021-08-111-3/+7
* Avoid freeing the conf lhashes in X509_V3_EXT*_add_confTomas Mraz2021-08-061-0/+5
* Fix ipv4_from_asc behavior on invalid Ip addressesAmir Mohammadi2021-08-061-2/+6
* ctrls: add missing control string translation for key -> priv for HMACPauli2021-08-051-1/+1
* Prevent recursive call of OPENSSL_INIT_LOAD_CONFIGTomas Mraz2021-08-051-14/+27
* Update copyright yearMatt Caswell2021-07-2922-22/+22
* Don't try and load the config file while already loading the config fileMatt Caswell2021-07-282-7/+14
* Ensure any default_properties still apply even in the event of a provider loa...Matt Caswell2021-07-281-1/+15
* Fix EVP_MD_meth_dup and EVP_CIPHER_meth_dupMatt Caswell2021-07-282-0/+2
* Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcsMatt Caswell2021-07-271-3/+3
* EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()Richard Levitte2021-07-262-1/+30
* Fix potential problems with EVP_PKEY_CTX_new() with engine setTomas Mraz2021-07-231-9/+14
* do_sigver_init: Add missing ERR_clear_last_mark()Tomas Mraz2021-07-231-0/+1
* DSA/RSA_print(): Fix potential memory leakTomas Mraz2021-07-232-6/+12
* Fix custom EVP_PKEY_METHOD implementations where no engine is presentMatt Caswell2021-07-221-23/+20
* Update our EVP_PKEY_METHODs to get low level keys via public APIsMatt Caswell2021-07-225-43/+94
* OSSL_HTTP_open(): Fix memory leak on TLS connect failure via proxyDr. David von Oheimb2021-07-221-1/+2
* err: remove the derivation function is mandatory for FIPS error message since...Pauli2021-07-202-4/+0
* Fix a read buffer overrun in X509_aux_print().Ingo Schwarze2021-07-201-2/+2
* Split bignum code out of the sparcv9cap.cTomas Mraz2021-07-1525-213/+148
* evp: constify some OSSL_PARAM argumentsPauli2021-07-151-3/+3
* Make EVP_PKEY_check() be an alias for EVP_PKEY_pairwise_check()Tomas Mraz2021-07-151-17/+3
* asn.1: fix Coverity 1487104 Logically dead codePauli2021-07-131-4/+5
* Improve doc of OSSL_HTTP_REQ_CTX_set_expected() on timeout param < 0Dr. David von Oheimb2021-07-111-1/+1
* BIO_lookup_ex: use AI_ADDRCONFIG only if explicit host name is givenDaiki Ueno2021-07-101-1/+1
* ASN.1: Refuse to encode to DER if non-optional items are missingRichard Levitte2021-07-101-9/+20
* evp: detect and raise an error if no digest is found for a sign/verify operationPauli2021-07-081-1/+8
* Fix compile warning with GCC 11.Juergen Christ2021-07-081-1/+1
* Fix bug in X509_print_exRich Salz2021-07-081-4/+6
* CRYPTO: Remove the check for built-in methods in the export_to functionRichard Levitte2021-07-074-28/+0
* bn: procduce correct sign for result of BN_mod()Pauli2021-07-071-3/+4
* fips module header inclusion fine-tunningTomas Mraz2021-07-0622-45/+74
* bn: Make fixed-length Montgomery Multiplication conditional on PPC64Martin Schwenke2021-07-061-0/+2
* bn: Fix .size directiveMartin Schwenke2021-07-061-1/+1
* bn: Use a basic branch-if-not-zeroMartin Schwenke2021-07-061-1/+1
* rsa_cms_verify: Avoid negative return with missing pss parametersTomas Mraz2021-07-061-1/+1
* Coverity #1486687: fix potential dereference of NULL keymgmtTomas Mraz2021-07-051-3/+3
* PROV & STORE: Make the 'file:' store loader understand more binary formatsRichard Levitte2021-07-031-1/+1
* Fix memory leak in i2d_ASN1_bio_streamOliver Mihatsch2021-07-022-0/+8
* pem_read_bio_key: Add passphrase caching to avoid asking for password twiceTomas Mraz2021-07-021-4/+17
* pem_read_bio_key_decoder: Avoid spurious error on unknown PEM dataTomas Mraz2021-07-021-2/+15
* Fix compile errors when building with --api=1.1.0 no-deprecated.Shane Lontis2021-07-021-1/+4
* Defined out MUTEX attributes not available on NonStop SPT Threads.Randall S. Becker2021-07-024-8/+12
* OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb2021-06-303-4/+4
* CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb2021-06-308-20/+52