summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-09-22Update copyright yearMatt Caswell
2020-09-21Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP signNorman Ashley
2020-09-21Disallow certs with explicit curve in verification chainTomas Mraz
2020-09-21EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz
2020-09-20Fix: ecp_nistz256-armv4.S bad argumentsHenry N
2020-09-10Revert two renamings backported from masterDr. Matthias St. Pierre
2020-09-10Fix the DRBG seed propagationDr. Matthias St. Pierre
2020-09-07Fix memory leaks in conf_def.cluxinyou
2020-09-07Coverity FixesShane Lontis
2020-08-28Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim
2020-07-16x509_vfy.c: Improve key usage checks in internal_verify() of cert chainsDr. David von Oheimb
2020-07-16Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb
2020-07-15Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka
2020-07-15Disable optimiization of BN_num_bits_word() for VS2005 ARM compiler due toaSoujyuTanaka
2020-07-15Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.aSoujyuTanaka
2020-07-04[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-06-23Fix wrong return value check of mmap functionTristan Bauer
2020-06-21Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri
2020-06-19Correctly handle the return value from EVP_Cipher() in the CMAC codeMatt Caswell
2020-06-19Ensure we never use a partially initialised CMAC_CTXMatt Caswell
2020-06-16EVP: allow empty strings to EVP_Decode* functionsRichard Levitte
2020-06-09Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_addressDr. David von Oheimb
2020-06-09Replace BUF_strdup() call by OPENSSL_strdup() adding failure check in bss_acpt.cDr. David von Oheimb
2020-06-07[crypto/ec] Remove unreachable AVX2 code in NISTZ256 implementationNicola Tuveri
2020-06-03Fix a buffer overflow in drbg_ctr_generateBernd Edlinger
2020-06-01Revert the check for NaN in %f formatBernd Edlinger
2020-06-01Make BIO_do_connect() and friends handle multiple IP addressesDr. David von Oheimb
2020-05-29bio printf: Avoid using rounding errors in range checkBernd Edlinger
2020-05-28AES CTR-DRGB: performance improvementPatrick Steuer
2020-05-27Avoid undefined behavior with unaligned accessesBernd Edlinger
2020-05-26Coverity 1463830: Resource leaks (RESOURCE_LEAK)Pauli
2020-05-25Allow NULL arg to OSSL_STORE_close()Dr. David von Oheimb
2020-05-22Prevent use after free of global_engine_lockTomas Mraz
2020-05-22STORE: Make try_decode_PrivateKey() ENGINE awareRichard Levitte
2020-05-20Fix d2i_PrivateKey() to work as documentedRichard Levitte
2020-05-20Avoid potential overflow to the sign bit when shifting left 24 placesTomas Mraz
2020-05-20Cast the unsigned char to unsigned int before shifting leftTomas Mraz
2020-05-20Fix egd and devrandom source configsBernd Edlinger
2020-05-19Fix some places where X509_up_ref is usedBernd Edlinger
2020-05-18TTY_get() in crypto/ui/ui_openssl.c open_console() can also return errno 1 (E...Maxim Zakharov
2020-05-12Replace misleading error message when loading PEMTomas Mraz
2020-05-08Fix PEM certificate loading that sometimes failsMaximilian Blenk
2020-05-08Remove AES bitsliced S-box implementation from Boyar and PeraltaBernd Edlinger
2020-05-04rand_unix.c: Ensure requests to KERN_ARND don't exceed 256 bytes.nia
2020-05-04rand_unix.c: Only enable hack for old FreeBSD versions on FreeBSDnia
2020-05-04rand_unix.c: Include correct headers for sysctl() on NetBSDnia
2020-04-27i2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case of successChristian Hohnstaedt
2020-04-24Fix typo from #10631Nicola Tuveri
2020-04-24[BN] harden `BN_copy()` against leaks from memory accessesNicola Tuveri