aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-01Remove DES_check_key globalRich Salz6-22/+10
2019-07-01Remove NextStep supportRich Salz14-58/+12
2019-07-01Fix a leak in evp_testMatt Caswell1-1/+3
2019-07-01Change RC5_32_set_key to return an int typeMatt Caswell6-10/+26
2019-07-01Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell5-5/+31
2019-07-01Only cache a method if we actually created oneMatt Caswell1-1/+1
2019-07-01Fix TyposAntoine Cœur12-15/+15
2019-07-01Add OIDs for kmac128, kmac256 and blake2.Pauli4-34/+50
2019-06-27Add a note in the contributing file about trivial commits.Pauli1-2/+10
2019-06-29s390x assembly pack: update OPENSSL_s390xcap(3)Patrick Steuer1-3/+18
2019-06-29s390x assembly pack: add support for pcc and kma instructionsPatrick Steuer3-0/+212
2019-06-28Support SM2 certificate signingPaul Yang24-44/+501
2019-06-28Change the DRBG HMAC implementation to lookup allowed digest namesMatt Caswell1-7/+24
2019-06-28Change the DRBG HASH implementation to lookup all allowed algorithm namesMatt Caswell1-7/+24
2019-06-28Add a nid 2 algorithm name mapping capabilityMatt Caswell5-1/+115
2019-06-28Call RAND_DRBG_bytes from inside the FIPS providerMatt Caswell1-1/+9
2019-06-28Fix NULL pointer dereference in the ex_data codeMatt Caswell1-1/+1
2019-06-28Make the RAND code available from inside the FIPS moduleMatt Caswell13-43/+105
2019-06-28Document EVP_CIPHER_up_ref()Matt Caswell2-2/+8
2019-06-28Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_refMatt Caswell9-22/+22
2019-06-28Add documentation for EVP_CIPHER_fetchMatt Caswell2-35/+94
2019-06-27man: clarify the 'random number generator must be seeded' requirementDr. Matthias St. Pierre13-29/+63
2019-06-27man: fix documentation for RSA_generate_key()Dr. Matthias St. Pierre1-2/+2
2019-06-27Move the public SIV mode functions from public headers to internal onesMatt Caswell5-41/+51
2019-06-26Move 'shared_sigalgs' from cert_st to ssl_stBenjamin Kaduk4-40/+42
2019-06-26Revert "Delay setting the sig algs until after the cert_cb has been called"Benjamin Kaduk1-17/+15
2019-06-26Add regression test for #9099Benjamin Kaduk1-2/+38
2019-06-26Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger5-32/+30
2019-06-26Fix incorrect usage of a test casePaul Yang1-4/+5
2019-06-26The params_test uses wrong size for BN check.Pauli1-4/+4
2019-06-25EC only uses approved curves in FIPS mode.Shane Lontis8-28/+115
2019-06-25Fix s390x build errors and warningsPatrick Steuer1-1/+2
2019-06-24OSSL_TRACE: enhance documentation and fix doc-nit errorsDr. Matthias St. Pierre1-18/+79
2019-06-24Cross-linked the man(1) pages of kdf & pkeyutl.Santhosh Rameshwarapu2-1/+3
2019-06-24OSSL_NAMEMAP: make names case insensitiveRichard Levitte2-2/+9
2019-06-24Add a namemap testRichard Levitte3-0/+79
2019-06-24Replumbing: add support for multiple names per algorithmRichard Levitte4-90/+119
2019-06-24Allow AES XTS decryption using duplicate keys.Pauli2-4/+39
2019-06-24Enhance and update the docs of the internal ossl_provider APIRichard Levitte2-64/+136
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli33-498/+359
2019-06-24Add documentation for CRYPTO_memcmp.Pauli3-2/+39
2019-06-22crypto/trace.c: Remove unexisting categoriesRichard Levitte1-2/+0
2019-06-22OSSL_TRACE: ensure it's initialisedRichard Levitte1-3/+12
2019-06-21Handle CTRL-C as non-redoable abort signalBernd Edlinger1-0/+2
2019-06-21Remove OPENSSL_memcmp.Pauli7-38/+5
2019-06-21Print thread IDs nicely.Pauli4-61/+35
2019-06-20test/testutil/init.c, apps/openssl.c: add trace cleanup handle earlierRichard Levitte2-2/+14
2019-06-20Update test/READMEFrederik Wedel-Heinen1-2/+3
2019-06-19Add SSL_shutdown to SSL_get_error's documentationMiquel Ruiz1-3/+3
2019-06-19Fix UEFI build on FreeBSD by not including system headersRebecca Cran1-1/+1