summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ec/asm/x25519-x86_64.pl: remove redundant carry chain.Andy Polyakov2018-03-011-15/+6
* Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx2018-02-289-21/+94
* Always use adr with __thumb2__.David Benjamin2018-02-282-6/+6
* Make some perl scripts output to stdoutRich Salz2018-02-272-40/+40
* crypto/ec/asm/x25519-x86_64.pl: close STDOUT, not $STDOUTRichard Levitte2018-02-271-1/+1
* bio_b64.c: prevent base64 filter BIO from decoding out-of-bound dataDr. Matthias St. Pierre2018-02-271-0/+8
* Update copyright yearMatt Caswell2018-02-2721-21/+21
* mem_sec.c: relax POSIX requirement.Andy Polyakov2018-02-261-1/+3
* ec/ecp_nistp{224,256,521}.c: harmonize usage of __uint128_t.Andy Polyakov2018-02-243-6/+6
* {ec/curve25519,poly1305/poly1305}.c: relax pedantic constraint.Andy Polyakov2018-02-242-71/+69
* ec/curve448: portability fixups.Andy Polyakov2018-02-242-2/+3