summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto/engine/eng_list.c: compare getenv rv to NULL instead of 0Patrick Steuer2018-01-081-1/+1
* fix compile error 'intrinsic function not declared'EasySec2018-01-081-0/+1
* NUMERICSTRING supportDmitry Belyavskiy2018-01-081-0/+1
* s390x assembly pack: add KMA code path for aes-gcm.Patrick Steuer2018-01-074-28/+847
* crypto/aes/asm/aes-s390x.pl: replace decrypt flag by macro.Patrick Steuer2018-01-071-2/+2
* s390x assembly pack: add KMA code path for aes-ctr.Patrick Steuer2018-01-071-1/+55
* ec/curve25519.c: avoid 2^51 radix on SPARC.Andy Polyakov2018-01-071-0/+1
* ec/ecp_nistz256.c: switch to faster addition chain in scalar inversion.Andy Polyakov2018-01-071-14/+85
* ec/asm/ecp_nistz256-armv8.pl: add optimized inversion.Andy Polyakov2018-01-072-6/+306
* ec/asm/ecp_nistz256-x86_64.pl: add .cfi and SEH handlers to new functions.Andy Polyakov2018-01-071-25/+138
* ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov2018-01-077-45/+1202
* Remove remaining NETWARE ifdef'sRich Salz2018-01-075-22/+2