summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-12-03Make the random number generator predictable when fuzzing.Kurt Roeckx
2016-12-02Fix a typo in bio_read_internMatt Caswell
2016-11-25Fix ctrl operation for SHA1/MD5SHA1.Dr. Stephen Henson
2016-11-25modes/ctr128.c: fix false carry in counter increment procedure.Andy Polyakov
2016-11-25bn/asm/ppc-mont.pl: signal no-op in 32-bit bit build.Andy Polyakov
2016-11-17Fix name of "locked" variableKurt Roeckx
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-11-17sha/asm/sha512-armv8.pl: fix big-endian support in __KERNEL__ case.Andy Polyakov
2016-11-17Fix MSBLOB format with RSA.Dr. Stephen Henson
2016-11-16Raise an error on memory alloc failure.FdaSilvaYY
2016-11-16Missing free item on push failureFdaSilvaYY
2016-11-16Move SCT_LIST_free definition into a more logical placeRob Percival
2016-11-16Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64Rob Percival
2016-11-16Subtract padding from outlen in ct_base64_decodeRob Percival
2016-11-15Check return value of some BN functions.Rich Salz
2016-11-15Convert C++ comments to C-style commentsRob Percival
2016-11-15Cast time_t to uint64_t before converting to milliseconds in ct_policy.cRob Percival
2016-11-15By default, allow SCT timestamps to be up to 5 minutes in the futureRob Percival
2016-11-15Don't check for time() failing in CT_POLICY_EVAL_CTX_newRob Percival
2016-11-15Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()Rob Percival
2016-11-15Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival
2016-11-15Check that SCT timestamps are not in the futureRob Percival
2016-11-15Simplify PKCS#12 PBE algorithm.Dr. Stephen Henson
2016-11-15Add a warning stipulating how things should be coded in ossl_init_baseRichard Levitte
2016-11-15Stop init loopsRichard Levitte
2016-11-14dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior
2016-11-14Revert "Fixed deadlock in CRYPTO_THREAD_run_once for Windows"Matt Caswell
2016-11-13Fixed deadlock in CRYPTO_THREAD_run_once for WindowsDK
2016-11-12Cast to an unsigned type before negatingKurt Roeckx
2016-11-11sha/asm/sha512-armv8.pl: add NEON version of SHA256.Andy Polyakov
2016-11-11sha/keccak1600.c: add some optimized implementations.Andy Polyakov
2016-11-11chacha/asm/chacha-x86.pl: improve [backward] portability.Andy Polyakov
2016-11-11PPC assembler pack: add some PPC970/G5 performance data.Andy Polyakov
2016-11-11Fix the effect of no-dso in crypto/init.cRichard Levitte
2016-11-10Revert "Move algorithm specific ppccap code from crypto/ppccap.c"Richard Levitte
2016-11-10Don't set choice selector on parse failure.Dr. Stephen Henson
2016-11-10chacha20/poly1305: make sure to clear the buffer at correct positionRichard Levitte
2016-11-10aes/asm/aesp8-ppc.pl: improve [backward] portability.Andy Polyakov
2016-11-10bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov
2016-11-09Following the changes to HKDF to accept a mode, add some tests for thisMatt Caswell
2016-11-09Update HKDF to support separte Extract and Expand stepsMatt Caswell
2016-11-09Simplify and clean X509_VERIFY_PARAM new/free code.FdaSilvaYY
2016-11-09Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte
2016-11-08Missing BN_RECP_CTX field init.FdaSilvaYY
2016-11-08Zero stack variable with DSA nonceRich Salz
2016-11-08Fix zlib BIO_METHOD for latest BIO_METHOD structure changesMatt Caswell
2016-11-07Allow null in X509_CRL_METHOD_freeFdaSilvaYY
2016-11-07Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin
2016-11-04Fix style issues in HMAC_size()Matt Caswell
2016-11-04Ensure HMAC_size() handles errors correctlyMatt Caswell