aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Fix glibc version detection.Pauli1-5/+34
2018-02-07Fix glibc specific conditional for Mac OS/XPauli1-1/+2
2018-02-07Unify timer codePauli1-21/+71
2018-02-07Make OPENSSL_rdtsc universally available.Pauli1-0/+8
2018-02-06Remove unused fileRich Salz1-38/+0
2018-02-06crypto/evp/e_aes.c: add comments to s390x aes gcm implementationPatrick Steuer1-2/+32
2018-02-06s390x assembly pack: add KMAC code path for aes-ccmPatrick Steuer3-10/+549
2018-02-05Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_bytes()Dr. Matthias St. Pierre2-15/+5
2018-02-05Fix size limitation of RAND_DRBG_bytes()Dr. Matthias St. Pierre1-1/+13
2018-02-05drbg_bytes: remove check for DRBG_UNINITIALIZED stateDr. Matthias St. Pierre1-3/+0
2018-02-01Fix timing leak in BN_from_montgomery_word.David Benjamin1-37/+20
2018-02-01Don't leak the exponent bit width in BN_mod_exp_mont_consttime.David Benjamin1-1/+5
2018-02-01Make BN_num_bits_word constant-time.David Benjamin1-67/+40
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short1-1/+16
2018-01-31poly1305/poly1305_ieee754.c: add support for MIPS.Andy Polyakov1-1/+17
2018-01-31Restore clearing of init_lock after freeBenjamin Kaduk1-0/+1
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk12-108/+21
2018-01-31Remove "dummy" BIO create and destroy functionsRichard Levitte2-43/+4
2018-01-31BIO: at the end of BIO_new, declare the BIO inited if no create method presentRichard Levitte1-0/+2
2018-01-31crypto/rand/rand_lib.c: fix undefined reference to `clock_gettime'Dr. Matthias St. Pierre1-6/+6
2018-01-29Add RAND_DRBG_bytesKurt Roeckx3-0/+97
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte17-31/+77
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk1-1/+2
2018-01-25Fix setting of IPV6_V6ONLY on WindowsBernd Edlinger1-3/+10
2018-01-24Add documentation for the OCSP_basic_sign() and OCSP_basic_sign_ctx() functions.David Cooper1-1/+1
2018-01-24Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper2-5/+17
2018-01-24Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...David Cooper1-2/+3
2018-01-24Add -rsigopt option to ocsp commandDavid Cooper3-5/+28
2018-01-24Fix error-path memory leak in asn_mime.cTodd Short1-0/+1
2018-01-24Add support for sending TLSv1.3 cookiesMatt Caswell1-0/+2
2018-01-24SHA512/224 and SHA512/256Pauli7-8/+169
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte3-10/+21
2018-01-23Revert "EVP_PKEY_asn1_add0(): Check that this method isn't already registered"Richard Levitte1-5/+0
2018-01-22Add accessors for AdmissionSyntaxRich Salz2-22/+160
2018-01-21Add a configure option to opt-out secure memoryBernd Edlinger1-1/+1
2018-01-19Copyright update of more files that have changed this yearRichard Levitte17-17/+17
2018-01-18Only implement secure malloc if _POSIX_VERSION allowsRichard Levitte1-1/+3
2018-01-18The Cygwin gcc doesn't define _WIN32, don't pretend it doesRichard Levitte1-2/+2
2018-01-18Simplify Cygwin checks, part 1Richard Levitte1-1/+1
2018-01-16Revert BN_copy() flag copy semantics changeMatt Caswell2-3/+2
2018-01-16Fix memory leak in do_rand_drbg_init()Dr. Matthias St. Pierre1-0/+7
2018-01-09Fix --strict-warnings with C90Todd Short1-4/+4
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte17-17/+17
2018-01-09Various small build improvements on mkdef.pl, progs.pl, crypto/init.c, crypto...David von Oheimb2-6/+9
2018-01-08crypto/engine/eng_list.c: compare getenv rv to NULL instead of 0Patrick Steuer1-1/+1
2018-01-08fix compile error 'intrinsic function not declared'EasySec1-0/+1
2018-01-08NUMERICSTRING supportDmitry Belyavskiy1-0/+1
2018-01-07s390x assembly pack: add KMA code path for aes-gcm.Patrick Steuer4-28/+847
2018-01-07crypto/aes/asm/aes-s390x.pl: replace decrypt flag by macro.Patrick Steuer1-2/+2
2018-01-07s390x assembly pack: add KMA code path for aes-ctr.Patrick Steuer1-1/+55