summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-04-11Reject decoding of an INT64 with a value >INT64_MAXMatt Caswell
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte
2017-04-10Act on deprecation of LONG and ZLONG, step 1Richard Levitte
2017-04-10Discourage the use of LONG and ZLONG, and deprecate it in the futureRichard Levitte
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte
2017-04-10rand/rand_lib.c: keep fixing no-engine configuration.Andy Polyakov
2017-04-10asn1/x_long.c: remove conditions in inner loops and dependency on BN.Andy Polyakov
2017-04-07Make default_method mostly compile-timeRich Salz
2017-04-07Fix rand_lib.c for no-engine configurationRichard Levitte
2017-04-07Don't try to clean up RAND from ENGINERichard Levitte
2017-04-07Make getting and setting the RAND default method thread safeRichard Levitte
2017-04-06Add support for MLOCK_ONFAULT to secure arenaTodd Short
2017-04-06In rand_cleanup_int(), don't go creating a default methodRichard Levitte
2017-04-04PBKDF2 computation speedup (15-40%)Gergely Nagy
2017-04-04Fix faulty check of padding in x_long.cRichard Levitte
2017-04-04Fix a possible integer overflow in long_c2iMatt Caswell
2017-04-04make updateRichard Levitte
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte
2017-04-02crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.Andy Polyakov
2017-04-01bio/b_print.c: switch to int64_t as "greatest-width integer type".Andy Polyakov
2017-03-31Fix for #2730. Add CRLDP extension to list of supported extensionsJon Spillett
2017-03-30bio/b_print.c: recognize even 'j' format modifier.Andy Polyakov
2017-03-29bio/b_print.c: fix %z failure in 32-bit build.Andy Polyakov
2017-03-29Add z modifier parsing to the BIO_printf et all format stringRichard Levitte
2017-03-29Cleaning UEFI Build with additional OPENSSL_SYS_UEFI flagsQin Long
2017-03-29More typo fixesFdaSilvaYY
2017-03-28Fix 0 -> NULL, indentationFdaSilvaYY
2017-03-28Refomat a few comments on 80 colsFdaSilvaYY
2017-03-27In err_cleanup(), cleanup the thread local storage tooRichard Levitte
2017-03-26aes/asm/bsaes-armv7.pl: relax stack alignment requirement.Andy Polyakov
2017-03-25Don't access memory before checking the correct length in aesni_cbc_hmac_sha2...Bernd Edlinger
2017-03-24bn/asm/sparcv9-mont.pl: fix squaring code path.Andy Polyakov
2017-03-22modes/ocb128.c: fix misaligned access in ILP32 builds on 64-bit processors.Andy Polyakov
2017-03-22aes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT paths.Andy Polyakov
2017-03-22poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_8x.Andy Polyakov
2017-03-22x86_64 assembly pack: add some Ryzen performance results.Andy Polyakov
2017-03-21Remove duplicate X509_OBJECT free function.David Benjamin
2017-03-20Fix decoding of ASN.1 LONG and ZLONG itemsRichard Levitte
2017-03-20Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger
2017-03-19Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx
2017-03-19Make the CRYPTO_memcmp() prototype match memcmp()Kurt Roeckx
2017-03-17Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai
2017-03-15Fixed a crash in print_notice.Bernd Edlinger
2017-03-15Add EC_KEY_get0_engine()Richard Levitte
2017-03-13Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger
2017-03-13poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_4x.Andy Polyakov
2017-03-13poly1305/asm/poly1305-armv8.pl: ilp32-specific poly1305_init fix.Andy Polyakov
2017-03-13crypto/x86*cpuid.pl: move extended feature detection.Andy Polyakov
2017-03-12Fix out-of-memory condition in confMatt Caswell
2017-03-11Fix UI_get0_action_string()Richard Levitte