summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-01-31poly1305/poly1305_ieee754.c: add support for MIPS.Andy Polyakov
2018-01-31Restore clearing of init_lock after freeBenjamin Kaduk
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2018-01-31Remove "dummy" BIO create and destroy functionsRichard Levitte
2018-01-31BIO: at the end of BIO_new, declare the BIO inited if no create method presentRichard Levitte
2018-01-31crypto/rand/rand_lib.c: fix undefined reference to `clock_gettime'Dr. Matthias St. Pierre
2018-01-29Add RAND_DRBG_bytesKurt Roeckx
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk
2018-01-25Fix setting of IPV6_V6ONLY on WindowsBernd Edlinger
2018-01-24Add documentation for the OCSP_basic_sign() and OCSP_basic_sign_ctx() functions.David Cooper
2018-01-24Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper
2018-01-24Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...David Cooper
2018-01-24Add -rsigopt option to ocsp commandDavid Cooper
2018-01-24Fix error-path memory leak in asn_mime.cTodd Short
2018-01-24Add support for sending TLSv1.3 cookiesMatt Caswell
2018-01-24SHA512/224 and SHA512/256Pauli
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte
2018-01-23Revert "EVP_PKEY_asn1_add0(): Check that this method isn't already registered"Richard Levitte
2018-01-22Add accessors for AdmissionSyntaxRich Salz
2018-01-21Add a configure option to opt-out secure memoryBernd Edlinger
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-18Only implement secure malloc if _POSIX_VERSION allowsRichard Levitte
2018-01-18The Cygwin gcc doesn't define _WIN32, don't pretend it doesRichard Levitte
2018-01-18Simplify Cygwin checks, part 1Richard Levitte
2018-01-16Revert BN_copy() flag copy semantics changeMatt Caswell
2018-01-16Fix memory leak in do_rand_drbg_init()Dr. Matthias St. Pierre
2018-01-09Fix --strict-warnings with C90Todd Short
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-09Various small build improvements on mkdef.pl, progs.pl, crypto/init.c, crypto...David von Oheimb
2018-01-08crypto/engine/eng_list.c: compare getenv rv to NULL instead of 0Patrick Steuer
2018-01-08fix compile error 'intrinsic function not declared'EasySec
2018-01-08NUMERICSTRING supportDmitry Belyavskiy
2018-01-07s390x assembly pack: add KMA code path for aes-gcm.Patrick Steuer
2018-01-07crypto/aes/asm/aes-s390x.pl: replace decrypt flag by macro.Patrick Steuer
2018-01-07s390x assembly pack: add KMA code path for aes-ctr.Patrick Steuer
2018-01-07ec/curve25519.c: avoid 2^51 radix on SPARC.Andy Polyakov
2018-01-07ec/ecp_nistz256.c: switch to faster addition chain in scalar inversion.Andy Polyakov
2018-01-07ec/asm/ecp_nistz256-armv8.pl: add optimized inversion.Andy Polyakov
2018-01-07ec/asm/ecp_nistz256-x86_64.pl: add .cfi and SEH handlers to new functions.Andy Polyakov
2018-01-07ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov
2018-01-07Remove remaining NETWARE ifdef'sRich Salz
2018-01-06Fix error handling in X509_REQ_print_exBernd Edlinger
2018-01-04Rewrite RT3513.Rich Salz
2018-01-04crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre
2018-01-04crypto/rand: rename drbg_rand.c to drbg_ctr.cDr. Matthias St. Pierre
2018-01-02Fix minor 'the the' typosDaniel Bevenius
2017-12-28ec/curve25519.c: "double" ecdhx25519 performance on 64-bit platforms.Andy Polyakov
2017-12-27ec/ecp_nistp*.c: sanitize for undefined/implmentation-specific behaviour.Andy Polyakov
2017-12-23poly1305/asm/poly1305-x86_64.pl: add Knights Landing AVX512 result.Andy Polyakov