summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2018-03-03Fix a possible memory leak in engine_table_registerBernd Edlinger
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell
2018-03-01Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its output...Brad Spencer
2018-03-01ec/asm/x25519-x86_64.pl: remove redundant carry chain.Andy Polyakov
2018-02-28Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx
2018-02-27Always use adr with __thumb2__.David Benjamin
2018-02-27Make some perl scripts output to stdoutRich Salz
2018-02-27crypto/ec/asm/x25519-x86_64.pl: close STDOUT, not $STDOUTRichard Levitte
2018-02-27bio_b64.c: prevent base64 filter BIO from decoding out-of-bound dataDr. Matthias St. Pierre
2018-02-27Update copyright yearMatt Caswell
2018-02-26mem_sec.c: relax POSIX requirement.Andy Polyakov