summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Regenerate mkerr filesRich Salz2019-07-1635-2259/+76
* Remove function name from errorsRich Salz2019-07-163-68/+12
* Add Common shared code needed to move aes ciphers to providersShane Lontis2019-07-1623-772/+797
* remove end of line whitespacePauli2019-07-111-1/+1
* Convert asn1_dsa.c to use the WPACKET API insteadMatt Caswell2019-07-114-144/+129
* Give WPACKET the ability to have a NULL buffer underneath itMatt Caswell2019-07-111-11/+43
* Convert asn1_dsa.c to use the PACKET API insteadMatt Caswell2019-07-112-91/+62
* Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell2019-07-112-1/+425
* Add simple ASN.1 utils for DSA signature DER.David Makepeace2019-07-115-15/+459
* Coverity #1451596: check dirlen for being negativePauli2019-07-111-0/+2
* Make sure all BIGNUM operations work within the FIPS providerMatt Caswell2019-07-1510-35/+76
* Fix wrong lock claimed in x509 dir lookup.Krists Krilovs2019-07-151-2/+2
* Make allocation/free/clean available to providersRich Salz2019-07-114-124/+160
* Adapt diverse EVP_CIPHER functions to use get_params and set_params interfacesRichard Levitte2019-07-115-91/+215
* Make more use of OSSL_PARAM for ciphersRichard Levitte2019-07-111-3/+0
* Replace long dash characters with normal ascii minusBernd Edlinger2019-07-092-2/+2
* Add X9.42 KDF.Shane Lontis2019-07-0910-133/+473
* Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy2019-07-083-0/+7
* Fix build error for aarch64 big endian.Lei Maohui2019-07-081-2/+2
* Fix an endless loop in BN_generate_prime_exBernd Edlinger2019-07-071-2/+6
* Make BIGNUM rand functions available within the FIPS moduleMatt Caswell2019-07-022-45/+41
* Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell2019-07-024-8/+37
* FIPS module: adapt for the changed error reporting methodsRichard Levitte2019-07-021-1/+26
* Replumbing: re-implement error reporting for providersRichard Levitte2019-07-021-2/+100
* ossl_provider_upref to ossl_provider_up_refRichard Levitte2019-07-025-10/+10
* Check for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_get0_dataBernd Edlinger2019-07-021-1/+3
* Fix ASN1_TYPE_get/set with type=V_ASN1_BOOLEANBernd Edlinger2019-07-021-2/+6
* Fix TyposAntoine Cœur2019-07-0225-33/+33
* Remove DES_check_key globalRich Salz2019-07-021-9/+1
* Remove NextStep supportRich Salz2019-07-013-8/+4
* Change RC5_32_set_key to return an int typeMatt Caswell2019-07-012-5/+9
* Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell2019-07-013-0/+9
* Only cache a method if we actually created oneMatt Caswell2019-07-011-1/+1
* Fix TyposAntoine Cœur2019-07-013-4/+4
* Add OIDs for kmac128, kmac256 and blake2.Pauli2019-07-012-16/+24
* s390x assembly pack: add support for pcc and kma instructionsPatrick Steuer2019-06-293-0/+212
* Support SM2 certificate signingPaul Yang2019-06-288-26/+126
* Change the DRBG HMAC implementation to lookup allowed digest namesMatt Caswell2019-06-281-7/+24
* Change the DRBG HASH implementation to lookup all allowed algorithm namesMatt Caswell2019-06-281-7/+24
* Fix NULL pointer dereference in the ex_data codeMatt Caswell2019-06-281-1/+1
* Make the RAND code available from inside the FIPS moduleMatt Caswell2019-06-2811-39/+101
* Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_refMatt Caswell2019-06-284-10/+10
* Move the public SIV mode functions from public headers to internal onesMatt Caswell2019-06-273-4/+40
* Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger2019-06-263-24/+24
* EC only uses approved curves in FIPS mode.Shane Lontis2019-06-252-18/+100
* OSSL_NAMEMAP: make names case insensitiveRichard Levitte2019-06-241-2/+4
* Replumbing: add support for multiple names per algorithmRichard Levitte2019-06-242-74/+75
* Allow AES XTS decryption using duplicate keys.Pauli2019-06-241-4/+18
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-244-123/+106
* crypto/trace.c: Remove unexisting categoriesRichard Levitte2019-06-221-2/+0