summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-12-19x86 assembly pack: update performance results.Andy Polyakov
2016-12-16HP-UX doesn't have hstrerror(), so make our own for that platformRichard Levitte
2016-12-15Don't call memcpy with NULL as sourceKurt Roeckx
2016-12-15poly1305/asm/poly1305-x86_64.pl: allow nasm to assemble AVX512 code.Andy Polyakov
2016-12-15perlasm/x86_64-xlate.pl: add support for AVX512 OPMASK-ing.Andy Polyakov
2016-12-14CRL critical extension bugfixRich Salz
2016-12-13Add X509_VERIFY_PARAM inheritance flag set/getRich Salz
2016-12-12updated macro spacing for styling purposesPaul Hovey
2016-12-12fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6...Paul Hovey
2016-12-12perlasm/x86_64-xlate.pl: refine sign extension in ea package.Andy Polyakov
2016-12-12x86_64 assembly pack: add AVX512 ChaCha20 and Poly1305 code paths.Andy Polyakov
2016-12-12poly1305/poly1305_base2_44.c: add reference base 2^44 implementation.Andy Polyakov
2016-12-10Avoid the call to OPENSSL_malloc with a negative value (then casted to unsigned)Davide Galassi
2016-12-10VMS UI_OpenSSL: generate OpenSSL errors when things go wrong.Richard Levitte
2016-12-10VMS UI_OpenSSL: if the TT device isn't a tty, flag instead of errorRichard Levitte
2016-12-09Check input length to pkey_rsa_verify()Dr. Stephen Henson
2016-12-08Remove extra bangRichard Levitte
2016-12-08UI code style cleanupRichard Levitte
2016-12-08Make the predictable numbers start from 1Kurt Roeckx
2016-12-08UI_OpenSSL()'s session opener fails on MacOS XRichard Levitte
2016-12-08In UI_OpenSSL's open(), generate an error on unknown errnoRichard Levitte
2016-12-08UI_process() didn't generate errorsRichard Levitte
2016-12-02Restore last-resort expired untrusted intermediate issuersViktor Dukhovni
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