summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-03-19MIPS assembly pack: default heuristic detection to little-endian.Andy Polyakov
2018-03-19Fix bio callback backward compatibilityBernd Edlinger
2018-03-19Fix no-cmacMatt Caswell
2018-03-17Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre
2018-03-17ts_RESP_sign: Don't try to use v2 signing when ESS digest isn't setRichard Levitte
2018-03-17Return error when trying to use prediction resistanceKurt Roeckx
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx
2018-03-17Fixed a crash in error handing of rand_drbg_newBernd Edlinger
2018-03-17Fix error handling in b2i_dss and b2i_rsaBernd Edlinger
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell
2018-03-15Make sure all errors go on the stack in the EVP_PKEY_new*() functionsMatt Caswell
2018-03-15Add the function EVP_PKEY_new_CMAC_key()Matt Caswell
2018-03-15Add support for setting raw private Poly1305 keysMatt Caswell
2018-03-15Add support for setting raw private SIPHASH keysMatt Caswell
2018-03-15Add support for setting raw private HMAC keysMatt Caswell
2018-03-15Add support for setting raw private/public 25519/448 keysMatt Caswell
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell
2018-03-15Missings OIDs for XTS added.Pauli
2018-03-14Fix an error number clashMatt Caswell
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-13ec/curve25519.c: resolve regression with Android NDK's arm64 gcc.Andy Polyakov
2018-03-13store/loader_file.c: rename variables causing conflicts with Android NDK.Andy Polyakov
2018-03-13update SRP copyright noticeTim Hudson
2018-03-12Adjust LPdir_unix.c on VMS for OpenSSL expectationsRichard Levitte
2018-03-12CONF: On VMS, treat VMS syntax inclusion paths correctlyRichard Levitte
2018-03-12Free the correct type in OBJ_add_object()Matt Caswell
2018-03-12Improve error handling in pk7_doitMatt Caswell
2018-03-12Add OIDs for DSTU-4145gmile
2018-03-12mem_sec.c: portability fixup.Andy Polyakov
2018-03-10RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre
2018-03-09Fix type error in PEM processingBenjamin Kaduk
2018-03-09Add SSL/SSL_CTX_use_cert_and_key()Todd Short
2018-03-09Display the library building flagsRichard Levitte
2018-03-09Give more information in the SSL_stateless return codeMatt Caswell
2018-03-08Make a few more asm modules conform: last argument is output fileRichard Levitte
2018-03-08Make "make variables" config attributes for overridable flagsRichard Levitte
2018-03-08Fix issues in ia32 RDRAND asm leading to reduced entropyBryan Donlan
2018-03-07Add GOST OIDs for Edwards parameter setsSergey Zhuravlev
2018-03-07Prepare to detect index changes in OCSP responder.Viktor Dukhovni
2018-03-06crypto/armcap.c: mask SHA512 hardware detection on iOS.Andy Polyakov
2018-03-06Avoid unconditional store in CRYPTO_malloc.knekritz
2018-03-06Check the parent DRBG's strengthKurt Roeckx
2018-03-06bnrand_range: Always call bnrand() with the correct flagKurt Roeckx
2018-03-05Add support for .include directive in config filesTomas Mraz
2018-03-03mem_sec.c: portability fixup.Andy Polyakov
2018-03-03ec/curve448/f_generic.c: fix VC-WIN32 debug build failure.Andy Polyakov
2018-03-03ec/curve448/curve448.c: fix undefined behaviour sanitizer failure.Andy Polyakov