summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-03-02Add KDF error codesDr. Stephen Henson
2016-03-02Add string ctrl operations to TLS1 PRF, update documentation.Dr. Stephen Henson
2016-03-02Use utility functions for HMAC and CMAC.Dr. Stephen Henson
2016-03-02EVP_PKEY_CTX utility functions.Dr. Stephen Henson
2016-03-02make errorsDr. Stephen Henson
2016-03-02Handle KDF internally.Dr. Stephen Henson
2016-03-02Ensure Async is deinited properlyMatt Caswell
2016-03-02Convert ASYNC code to use new Thread APIMatt Caswell
2016-03-02curve25519: add missing const-qualifierEmilia Kasper
2016-03-02Make uplink auxiliary source separate from cpuid sourceRichard Levitte
2016-03-02Make k25519Precomp constKurt Roeckx
2016-03-02poly1305/asm/poly1305-*.pl: flip horizontal add and reduction.Andy Polyakov
2016-03-02Consistently use arm_arch.h constants in armcap assembly code.David Benjamin
2016-03-01remove old unused oneline name fieldDr. Stephen Henson
2016-03-01make errorsDr. Stephen Henson
2016-03-01Add default operations to EC_METHODDr. Stephen Henson
2016-03-01Replace overrides.Dr. Stephen Henson
2016-03-01CT policy validationRob Percival
2016-03-01RT4347: Fix GCC unused-value warnings with HOST_c2l()David Woodhouse
2016-03-01Move macros for reading/writing integers into ct_locl.hRob Percival
2016-03-01Addresses review comments from richsalzRob Percival
2016-03-01Fixes potential double free and memory leak in ct_b64.cRob Percival
2016-03-01Verify SCT signaturesRob Percival
2016-03-01bn/asm/x86_64-mont5.pl: unify gather procedure in hardly used pathAndy Polyakov
2016-03-01crypto/bn/x86_64-mont5.pl: constant-time gather procedure.Andy Polyakov
2016-03-01bn/asm/rsaz-avx2.pl: constant-time gather procedure.Andy Polyakov
2016-03-01bn/asm/rsax-x86_64.pl: constant-time gather procedure.Andy Polyakov
2016-03-01bn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.Andy Polyakov
2016-02-29GH762: Reuse strdup()Dmitry-Me
2016-02-29Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell
2016-02-29remove unused variablesDr. Stephen Henson
2016-02-29Clarify ASYNC_WAIT_CTX_clear_fd() docsMatt Caswell
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-28Remove unused code.Dr. Stephen Henson
2016-02-28Change BORINGSSL defines to OPENSSLDr. Stephen Henson
2016-02-28Initial adaptations for Curve25519 code.Dr. Stephen Henson
2016-02-28Place under OpenSSL license.Emilia Kasper
2016-02-28Add X25519 code from BoringSSL.Dr. Stephen Henson
2016-02-28TLS support for X25519Dr. Stephen Henson
2016-02-28Add X25519 curve to listDr. Stephen Henson
2016-02-28Add no signing flag.Dr. Stephen Henson
2016-02-28Add new EC_METHOD for X25519.Dr. Stephen Henson
2016-02-28Add group_order_bits to EC_METHOD.Dr. Stephen Henson
2016-02-28Add custom_data field for EC_POINT, EC_KEY.Dr. Stephen Henson
2016-02-28Extract compression form in EC_KEY_oct2key().Dr. Stephen Henson
2016-02-28Extended EC_METHOD customisation support.Dr. Stephen Henson
2016-02-28EC_METHOD customisation operations.Dr. Stephen Henson
2016-02-28Rename OIDs.Dr. Stephen Henson
2016-02-28GH715: Missed some null-check-removals. follow commits 412bafdcf5, and 7c96db...FdaSilvaYY
2016-02-28GH715: Missed some null-check-removals.Rich Salz