aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-04-07Fix rand_lib.c for no-engine configurationRichard Levitte1-1/+4
2017-04-07Don't try to clean up RAND from ENGINERichard Levitte1-5/+0
2017-04-07Make getting and setting the RAND default method thread safeRichard Levitte1-2/+35
2017-04-06Add support for MLOCK_ONFAULT to secure arenaTodd Short1-0/+16
2017-04-06In rand_cleanup_int(), don't go creating a default methodRichard Levitte1-1/+1
2017-04-04PBKDF2 computation speedup (15-40%)Gergely Nagy2-11/+14
2017-04-04Fix faulty check of padding in x_long.cRichard Levitte1-2/+5
2017-04-04Fix a possible integer overflow in long_c2iMatt Caswell1-0/+4
2017-04-04make updateRichard Levitte1-1/+4
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte4-3/+249
2017-04-02crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.Andy Polyakov1-0/+26
2017-04-01bio/b_print.c: switch to int64_t as "greatest-width integer type".Andy Polyakov1-43/+11
2017-03-31Fix for #2730. Add CRLDP extension to list of supported extensionsJon Spillett1-0/+1
2017-03-30bio/b_print.c: recognize even 'j' format modifier.Andy Polyakov1-0/+1
2017-03-29bio/b_print.c: fix %z failure in 32-bit build.Andy Polyakov1-2/+2
2017-03-29Add z modifier parsing to the BIO_printf et all format stringRichard Levitte1-1/+12
2017-03-29Cleaning UEFI Build with additional OPENSSL_SYS_UEFI flagsQin Long1-1/+1
2017-03-29More typo fixesFdaSilvaYY7-13/+13
2017-03-28Fix 0 -> NULL, indentationFdaSilvaYY2-3/+3
2017-03-28Refomat a few comments on 80 colsFdaSilvaYY1-8/+4
2017-03-27In err_cleanup(), cleanup the thread local storage tooRichard Levitte1-0/+1
2017-03-26aes/asm/bsaes-armv7.pl: relax stack alignment requirement.Andy Polyakov1-1/+1
2017-03-25Don't access memory before checking the correct length in aesni_cbc_hmac_sha2...Bernd Edlinger1-1/+3
2017-03-24bn/asm/sparcv9-mont.pl: fix squaring code path.Andy Polyakov1-13/+16
2017-03-22modes/ocb128.c: fix misaligned access in ILP32 builds on 64-bit processors.Andy Polyakov1-1/+1
2017-03-22aes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT paths.Andy Polyakov2-0/+2
2017-03-22poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_8x.Andy Polyakov1-0/+383
2017-03-22x86_64 assembly pack: add some Ryzen performance results.Andy Polyakov5-0/+5
2017-03-21Remove duplicate X509_OBJECT free function.David Benjamin1-16/+1
2017-03-20Fix decoding of ASN.1 LONG and ZLONG itemsRichard Levitte1-6/+28
2017-03-20Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger1-6/+14
2017-03-19Use memcmp() instead of CRYPTO_memcmp() when fuzzingKurt Roeckx1-0/+1
2017-03-19Make the CRYPTO_memcmp() prototype match memcmp()Kurt Roeckx1-19/+8
2017-03-17Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai1-2/+5
2017-03-15Fixed a crash in print_notice.Bernd Edlinger1-3/+9
2017-03-15Add EC_KEY_get0_engine()Richard Levitte1-0/+5
2017-03-13Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger1-2/+13
2017-03-13poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_4x.Andy Polyakov1-2/+474
2017-03-13poly1305/asm/poly1305-armv8.pl: ilp32-specific poly1305_init fix.Andy Polyakov1-0/+4
2017-03-13crypto/x86*cpuid.pl: move extended feature detection.Andy Polyakov2-31/+28
2017-03-12Fix out-of-memory condition in confMatt Caswell2-3/+17
2017-03-11Fix UI_get0_action_string()Richard Levitte1-1/+1
2017-03-09Exit the loop on failureJon Spillett1-1/+1
2017-03-07crypto/x86_64cpuid.pl: move extended feature detection upwards.Andy Polyakov1-8/+10
2017-03-06Fix an endless loop in rsa_builtin_keygen.Rich Salz1-12/+11
2017-03-03Ensure we don't call memcpy with a NULL pointerMatt Caswell1-2/+4
2017-03-03Reset executable bits on files where not needed.Bernd Edlinger2-0/+0
2017-03-02sh_malloc & sh_free prototype change to match POSIXRich Salz1-5/+5
2017-03-02bio/b_addr.c: omit private hstrerror.Andy Polyakov1-29/+15
2017-03-02aes/aes_x86core.c: clarify reference implementation status.Andy Polyakov1-9/+8