summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-07-11Make allocation/free/clean available to providersRich Salz
2019-07-11Adapt diverse EVP_CIPHER functions to use get_params and set_params interfacesRichard Levitte
2019-07-11Make more use of OSSL_PARAM for ciphersRichard Levitte
2019-07-09Replace long dash characters with normal ascii minusBernd Edlinger
2019-07-09Add X9.42 KDF.Shane Lontis
2019-07-08Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy
2019-07-08Fix build error for aarch64 big endian.Lei Maohui
2019-07-07Fix an endless loop in BN_generate_prime_exBernd Edlinger
2019-07-02Make BIGNUM rand functions available within the FIPS moduleMatt Caswell
2019-07-02Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell
2019-07-02FIPS module: adapt for the changed error reporting methodsRichard Levitte
2019-07-02Replumbing: re-implement error reporting for providersRichard Levitte
2019-07-02ossl_provider_upref to ossl_provider_up_refRichard Levitte
2019-07-02Check for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_get0_dataBernd Edlinger
2019-07-02Fix ASN1_TYPE_get/set with type=V_ASN1_BOOLEANBernd Edlinger
2019-07-02Fix TyposAntoine Cœur
2019-07-01Remove DES_check_key globalRich Salz
2019-07-01Remove NextStep supportRich Salz
2019-07-01Change RC5_32_set_key to return an int typeMatt Caswell
2019-07-01Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell
2019-07-01Only cache a method if we actually created oneMatt Caswell
2019-07-01Fix TyposAntoine Cœur
2019-07-01Add OIDs for kmac128, kmac256 and blake2.Pauli
2019-06-29s390x assembly pack: add support for pcc and kma instructionsPatrick Steuer
2019-06-28Support SM2 certificate signingPaul Yang
2019-06-28Change the DRBG HMAC implementation to lookup allowed digest namesMatt Caswell
2019-06-28Change the DRBG HASH implementation to lookup all allowed algorithm namesMatt Caswell
2019-06-28Fix NULL pointer dereference in the ex_data codeMatt Caswell
2019-06-28Make the RAND code available from inside the FIPS moduleMatt Caswell
2019-06-28Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_refMatt Caswell
2019-06-27Move the public SIV mode functions from public headers to internal onesMatt Caswell
2019-06-26Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger
2019-06-25EC only uses approved curves in FIPS mode.Shane Lontis
2019-06-24OSSL_NAMEMAP: make names case insensitiveRichard Levitte
2019-06-24Replumbing: add support for multiple names per algorithmRichard Levitte
2019-06-24Allow AES XTS decryption using duplicate keys.Pauli
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-06-22crypto/trace.c: Remove unexisting categoriesRichard Levitte
2019-06-22OSSL_TRACE: ensure it's initialisedRichard Levitte
2019-06-21Handle CTRL-C as non-redoable abort signalBernd Edlinger
2019-06-21Remove OPENSSL_memcmp.Pauli
2019-06-21Print thread IDs nicely.Pauli
2019-06-19Fix UEFI build on FreeBSD by not including system headersRebecca Cran
2019-06-19Fix and document BIO_FLAGS_NONCLEAR_RST behavior on memory BIOTomas Mraz
2019-06-19Provide an ability to deregister thread stop handlersMatt Caswell
2019-06-19Add extra error text in the property parserRichard Levitte
2019-06-18Change ERR_add_error_[v]data to appendRich Salz
2019-06-18crypto/modes/build.conf: Fix MODES asm mistakesRichard Levitte
2019-06-18crypto/aes/build.info: Fix AES assembler specsRichard Levitte
2019-06-18Fix error handling at openssl_strerror_rBernd Edlinger