aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-1728-48/+66
* sha/asm/sha512-armv8.pl: fix big-endian support in __KERNEL__ case.Andy Polyakov2016-11-171-1/+1
* Fix MSBLOB format with RSA.Dr. Stephen Henson2016-11-171-1/+1
* Raise an error on memory alloc failure.FdaSilvaYY2016-11-163-57/+54
* Missing free item on push failureFdaSilvaYY2016-11-161-0/+1
* Move SCT_LIST_free definition into a more logical placeRob Percival2016-11-162-5/+5
* Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64Rob Percival2016-11-161-1/+4
* Subtract padding from outlen in ct_base64_decodeRob Percival2016-11-161-0/+5
* Check return value of some BN functions.Rich Salz2016-11-156-17/+24
* Convert C++ comments to C-style commentsRob Percival2016-11-151-5/+7
* Cast time_t to uint64_t before converting to milliseconds in ct_policy.cRob Percival2016-11-151-1/+3
* By default, allow SCT timestamps to be up to 5 minutes in the futureRob Percival2016-11-151-1/+7
* Don't check for time() failing in CT_POLICY_EVAL_CTX_newRob Percival2016-11-151-6/+2
* Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()Rob Percival2016-11-151-0/+7
* Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival2016-11-151-4/+5
* Check that SCT timestamps are not in the futureRob Percival2016-11-156-1/+34
* Simplify PKCS#12 PBE algorithm.Dr. Stephen Henson2016-11-151-34/+12
* Add a warning stipulating how things should be coded in ossl_init_baseRichard Levitte2016-11-151-0/+7
* Stop init loopsRichard Levitte2016-11-151-1/+1
* dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior2016-11-142-2/+6
* Revert "Fixed deadlock in CRYPTO_THREAD_run_once for Windows"Matt Caswell2016-11-141-1/+1
* Fixed deadlock in CRYPTO_THREAD_run_once for WindowsDK2016-11-131-1/+1
* Cast to an unsigned type before negatingKurt Roeckx2016-11-121-1/+1
* sha/asm/sha512-armv8.pl: add NEON version of SHA256.Andy Polyakov2016-11-111-4/+313
* sha/keccak1600.c: add some optimized implementations.Andy Polyakov2016-11-111-5/+585
* chacha/asm/chacha-x86.pl: improve [backward] portability.Andy Polyakov2016-11-111-1/+8
* PPC assembler pack: add some PPC970/G5 performance data.Andy Polyakov2016-11-112-2/+4
* Fix the effect of no-dso in crypto/init.cRichard Levitte2016-11-111-2/+2
* Revert "Move algorithm specific ppccap code from crypto/ppccap.c"Richard Levitte2016-11-106-181/+111
* Don't set choice selector on parse failure.Dr. Stephen Henson2016-11-101-7/+7
* chacha20/poly1305: make sure to clear the buffer at correct positionRichard Levitte2016-11-101-1/+1
* aes/asm/aesp8-ppc.pl: improve [backward] portability.Andy Polyakov2016-11-101-1/+1
* bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov2016-11-101-3/+2
* Following the changes to HKDF to accept a mode, add some tests for thisMatt Caswell2016-11-091-0/+15
* Update HKDF to support separte Extract and Expand stepsMatt Caswell2016-11-091-7/+30
* Simplify and clean X509_VERIFY_PARAM new/free code.FdaSilvaYY2016-11-091-30/+13
* Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte2016-11-096-111/+181
* Missing BN_RECP_CTX field init.FdaSilvaYY2016-11-081-3/+3
* Zero stack variable with DSA nonceRich Salz2016-11-081-0/+1
* Fix zlib BIO_METHOD for latest BIO_METHOD structure changesMatt Caswell2016-11-081-0/+4
* Allow null in X509_CRL_METHOD_freeFdaSilvaYY2016-11-071-1/+1
* Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin2016-11-072-151/+174
* Fix style issues in HMAC_size()Matt Caswell2016-11-041-3/+2
* Ensure HMAC_size() handles errors correctlyMatt Caswell2016-11-041-1/+4
* Clean away remaining 'selftest' codeRichard Levitte2016-11-035-261/+0
* Convert mdc2 test print to internal testRichard Levitte2016-11-031-21/+0
* Convert x509 selftests to internal testRichard Levitte2016-11-033-109/+78
* Convert modes selftests (cts128 and gcm128) to internal testRichard Levitte2016-11-032-829/+0
* Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte2016-11-034-117/+99
* Convert poly1305 selftest into internal testRichard Levitte2016-11-032-506/+28