summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre2018-03-171-1/+1
* ts_RESP_sign: Don't try to use v2 signing when ESS digest isn't setRichard Levitte2018-03-171-1/+2
* Return error when trying to use prediction resistanceKurt Roeckx2018-03-173-1/+16
* Propagate the request for prediction resistance to the get entropy callKurt Roeckx2018-03-173-8/+14
* Fixed a crash in error handing of rand_drbg_newBernd Edlinger2018-03-171-1/+1
* Fix error handling in b2i_dss and b2i_rsaBernd Edlinger2018-03-171-5/+15
* RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre2018-03-165-8/+57
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-1518-129/+175
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-154-17/+17
* Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell2018-03-151-0/+17
* Make sure all errors go on the stack in the EVP_PKEY_new*() functionsMatt Caswell2018-03-151-2/+2
* Add the function EVP_PKEY_new_CMAC_key()Matt Caswell2018-03-153-0/+33
* Add support for setting raw private Poly1305 keysMatt Caswell2018-03-151-1/+35
* Add support for setting raw private SIPHASH keysMatt Caswell2018-03-151-1/+35
* Add support for setting raw private HMAC keysMatt Caswell2018-03-153-4/+41
* Add support for setting raw private/public 25519/448 keysMatt Caswell2018-03-151-4/+53
* Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell2018-03-154-7/+77
* Missings OIDs for XTS added.Pauli2018-03-153-397/+417
* Fix an error number clashMatt Caswell2018-03-141-1/+1
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-141-0/+1
* ec/curve25519.c: resolve regression with Android NDK's arm64 gcc.Andy Polyakov2018-03-131-1/+2
* store/loader_file.c: rename variables causing conflicts with Android NDK.Andy Polyakov2018-03-131-15/+15
* update SRP copyright noticeTim Hudson2018-03-132-2/+10
* Adjust LPdir_unix.c on VMS for OpenSSL expectationsRichard Levitte2018-03-121-2/+37
* CONF: On VMS, treat VMS syntax inclusion paths correctlyRichard Levitte2018-03-121-3/+19
* Free the correct type in OBJ_add_object()Matt Caswell2018-03-121-1/+1
* Improve error handling in pk7_doitMatt Caswell2018-03-121-3/+5
* Add OIDs for DSTU-4145gmile2018-03-123-5/+155
* mem_sec.c: portability fixup.Andy Polyakov2018-03-121-2/+4
* RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre2018-03-102-9/+48
* Fix type error in PEM processingBenjamin Kaduk2018-03-091-4/+4
* Add SSL/SSL_CTX_use_cert_and_key()Todd Short2018-03-091-0/+4
* Display the library building flagsRichard Levitte2018-03-091-1/+1
* Give more information in the SSL_stateless return codeMatt Caswell2018-03-091-0/+1
* Make a few more asm modules conform: last argument is output fileRichard Levitte2018-03-086-0/+14
* Make "make variables" config attributes for overridable flagsRichard Levitte2018-03-081-1/+1
* Fix issues in ia32 RDRAND asm leading to reduced entropyBryan Donlan2018-03-083-48/+10
* Add GOST OIDs for Edwards parameter setsSergey Zhuravlev2018-03-073-5/+26
* Prepare to detect index changes in OCSP responder.Viktor Dukhovni2018-03-071-0/+1
* crypto/armcap.c: mask SHA512 hardware detection on iOS.Andy Polyakov2018-03-061-1/+1
* Avoid unconditional store in CRYPTO_malloc.knekritz2018-03-061-2/+8
* Check the parent DRBG's strengthKurt Roeckx2018-03-064-1/+26
* bnrand_range: Always call bnrand() with the correct flagKurt Roeckx2018-03-061-6/+4
* Add support for .include directive in config filesTomas Mraz2018-03-053-15/+196
* mem_sec.c: portability fixup.Andy Polyakov2018-03-031-0/+3
* ec/curve448/f_generic.c: fix VC-WIN32 debug build failure.Andy Polyakov2018-03-032-4/+4
* ec/curve448/curve448.c: fix undefined behaviour sanitizer failure.Andy Polyakov2018-03-031-1/+1
* Fix a possible memory leak in engine_table_registerBernd Edlinger2018-03-031-0/+5
* Integrate X448 and Ed448 into libcryptoMatt Caswell2018-03-0211-104/+350
* Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its output...Brad Spencer2018-03-011-1/+2