aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-02evp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.Andy Polyakov2-8/+8
2017-03-02bn/asm: clean up unused PA-RISC modules.Andy Polyakov3-3247/+0
2017-03-02des/des_locl.h: clean up unused/irrelevant macros.Andy Polyakov1-6/+1
2017-03-01VMS: compensate for gmtime_r() parameter pointer sizeRichard Levitte1-1/+23
2017-03-01Don't use deprecated EVP_CIPHER_CTX_cleanup() internallyRichard Levitte1-1/+1
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper2-6/+7
2017-02-28Remove OPENSSL_indirect_call()Benjamin Kaduk1-39/+0
2017-02-28Don't free in cleanup routineBenjamin Kaduk1-1/+2
2017-02-28crypto/des: remove unreferenced rcp_enc.c module.Andy Polyakov3-107/+1
2017-02-28Fix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT with OPENSSL_NO_CMS.Bernd Edlinger1-1/+2
2017-02-28Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed tooRichard Levitte2-9/+9
2017-02-28Remove memcpy unrolling in bn_lib.cEmilia Kasper1-80/+10
2017-02-28Remove support for HMAC_TEST_PRIVATE_KEY_FORMATEmilia Kasper1-54/+0
2017-02-28Remove some commented out code in libcryptoMatt Caswell16-98/+1
2017-02-28Remove a pointless "#ifndef" from bf_enc.cMatt Caswell1-4/+0
2017-02-28Remove bf_cbc.cMatt Caswell1-86/+0
2017-02-28Remove dead code in bnMatt Caswell6-493/+1
2017-02-28Remove some #if 0 code in ssl, crypto/bioTodd Short1-9/+1
2017-02-28Code health: Stop using timeb.h / ftime() (VMS only)Richard Levitte1-9/+1
2017-02-28Clean up references to FIPSEmilia Kasper12-77/+4
2017-02-28Remove BN_DEBUG_TRIXEmilia Kasper1-8/+0
2017-02-28Code cleanup: remove the VMS specific reimplementation of gmtimeRichard Levitte1-188/+2
2017-02-28Remove dead code in crypto/pkcs7Emilia Kasper2-40/+0
2017-02-26poly1305/asm/poly1305-x86_64.pl: minor AVX512 optimization.Andy Polyakov1-42/+32
2017-02-26crypto/x86_64cpuid.pl: add CFI annotations.Andy Polyakov1-0/+4
2017-02-26whrlpool/asm/wp-x86_64.pl: add CFI annotations.Andy Polyakov1-0/+18
2017-02-26camellia/asm/cmll-x86_64.pl: add CFI annotations.Andy Polyakov1-0/+57
2017-02-26poly1305/asm/poly1305-x86_64.pl: add CFI annotations.Andy Polyakov1-0/+87
2017-02-26chacha/asm/chacha-x86_64.pl: add CFI annotations.Andy Polyakov1-0/+41
2017-02-26Add a null UI methodRichard Levitte2-1/+27
2017-02-25poly1305/asm/poly1305-x86_64.pl: add VPMADD52 code path.Andy Polyakov1-4/+215
2017-02-25poly1305/asm/poly1305-x86_64.pl: switch to vpermdd in table expansion.Andy Polyakov1-56/+37
2017-02-25poly1305/asm/poly1305-x86_64.pl: optimize AVX512 code path.Andy Polyakov1-82/+75
2017-02-24X509 time: tighten validation per RFC 5280Emilia Kasper1-99/+48