summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* sha/asm/sha512-armv8.pl: add hardware-assisted SHA512 subroutine.Andy Polyakov2018-02-121-3/+127
* crypto/armcap.c: detect hardware-assisted SHA512 support.Andy Polyakov2018-02-123-0/+24
* Copy name string in BIO_meth_newRich Salz2018-02-103-5/+13
* Avoid leaking peername data via accept BIOsViktor Dukhovni2018-02-101-0/+5
* In err_all.c, include the *err.h headers.Nick Mathewson2018-02-091-26/+27
* Small simplification in mkerr.plFdaSilvaYY2018-02-091-2/+3
* Fix glibc version detection.Pauli2018-02-091-5/+34
* Fix glibc specific conditional for Mac OS/XPauli2018-02-071-1/+2
* Unify timer codePauli2018-02-071-21/+71
* Make OPENSSL_rdtsc universally available.Pauli2018-02-071-0/+8
* Remove unused fileRich Salz2018-02-061-38/+0
* crypto/evp/e_aes.c: add comments to s390x aes gcm implementationPatrick Steuer2018-02-061-2/+32
* s390x assembly pack: add KMAC code path for aes-ccmPatrick Steuer2018-02-063-10/+549
* Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_bytes()Dr. Matthias St. Pierre2018-02-052-15/+5
* Fix size limitation of RAND_DRBG_bytes()Dr. Matthias St. Pierre2018-02-051-1/+13
* drbg_bytes: remove check for DRBG_UNINITIALIZED stateDr. Matthias St. Pierre2018-02-051-3/+0
* Fix timing leak in BN_from_montgomery_word.David Benjamin2018-02-011-37/+20
* Don't leak the exponent bit width in BN_mod_exp_mont_consttime.David Benjamin2018-02-011-1/+5
* Make BN_num_bits_word constant-time.David Benjamin2018-02-011-67/+40
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-1/+16
* poly1305/poly1305_ieee754.c: add support for MIPS.Andy Polyakov2018-01-311-1/+17
* Restore clearing of init_lock after freeBenjamin Kaduk2018-01-311-0/+1
* Revert the crypto "global lock" implementationBenjamin Kaduk2018-01-3112-108/+21
* Remove "dummy" BIO create and destroy functionsRichard Levitte2018-01-312-43/+4
* BIO: at the end of BIO_new, declare the BIO inited if no create method presentRichard Levitte2018-01-311-0/+2
* crypto/rand/rand_lib.c: fix undefined reference to `clock_gettime'Dr. Matthias St. Pierre2018-01-311-6/+6
* Add RAND_DRBG_bytesKurt Roeckx2018-01-293-0/+97
* Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte2018-01-2817-31/+77
* Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk2018-01-251-1/+2
* Fix setting of IPV6_V6ONLY on WindowsBernd Edlinger2018-01-251-3/+10
* Add documentation for the OCSP_basic_sign() and OCSP_basic_sign_ctx() functions.David Cooper2018-01-241-1/+1
* Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper2018-01-242-5/+17
* Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...David Cooper2018-01-241-2/+3
* Add -rsigopt option to ocsp commandDavid Cooper2018-01-243-5/+28
* Fix error-path memory leak in asn_mime.cTodd Short2018-01-241-0/+1
* Add support for sending TLSv1.3 cookiesMatt Caswell2018-01-241-0/+2
* SHA512/224 and SHA512/256Pauli2018-01-237-8/+169
* Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte2018-01-233-10/+21
* Revert "EVP_PKEY_asn1_add0(): Check that this method isn't already registered"Richard Levitte2018-01-231-5/+0
* Add accessors for AdmissionSyntaxRich Salz2018-01-222-22/+160
* Add a configure option to opt-out secure memoryBernd Edlinger2018-01-211-1/+1
* Copyright update of more files that have changed this yearRichard Levitte2018-01-1917-17/+17
* Only implement secure malloc if _POSIX_VERSION allowsRichard Levitte2018-01-181-1/+3
* The Cygwin gcc doesn't define _WIN32, don't pretend it doesRichard Levitte2018-01-181-2/+2
* Simplify Cygwin checks, part 1Richard Levitte2018-01-181-1/+1
* Revert BN_copy() flag copy semantics changeMatt Caswell2018-01-162-3/+2
* Fix memory leak in do_rand_drbg_init()Dr. Matthias St. Pierre2018-01-161-0/+7
* Fix --strict-warnings with C90Todd Short2018-01-091-4/+4
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-0917-17/+17
* Various small build improvements on mkdef.pl, progs.pl, crypto/init.c, crypto...David von Oheimb2018-01-092-6/+9