summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-07-31Fix TyposAntoine Cœur
2019-07-31Fix warning C4164 in MSVC.joe2018Outlookcom
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-07-23Make rand_pool buffers more dynamic in their sizing.Pauli
2019-07-23Allocate DRBG additional data pool from non-secure memoryBernd Edlinger
2019-07-24Remove OPENSSL_X509V3_H include detector from openssl/cms.hDr. Matthias St. Pierre
2019-07-24Remove HEADER_BSS_FILE_C module include guardDr. Matthias St. Pierre
2019-07-24Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2019-07-23Avoid double clearing some BIGNUMsPauli
2019-07-21Cygwin: enable the use of Dl_info and dladdr()Richard Levitte
2019-07-18Cleanup use of X509 STORE locksShane Lontis
2019-07-17s390x assembly pack: fix restoring of SIGILL actionPatrick Steuer
2019-07-15Fix wrong lock claimed in x509 dir lookup.Krists Krilovs
2019-07-08Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy
2019-07-08Fix build error for aarch64 big endian.Lei Maohui
2019-07-07Fix an endless loop in BN_generate_prime_exBernd Edlinger
2019-07-02Check for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_get0_dataBernd Edlinger
2019-07-02Fix ASN1_TYPE_get/set with type=V_ASN1_BOOLEANBernd Edlinger
2019-07-02Add regenerated header filesDr. Matthias St. Pierre
2019-07-01Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell
2019-07-01Fix TyposAntoine Cœur
2019-06-25Excise AES-XTS FIPS check.Pauli
2019-06-24Allow AES XTS decryption using duplicate keys.Pauli
2019-06-21Handle CTRL-C as non-redoable abort signalBernd Edlinger
2019-06-19Fix UEFI build on FreeBSD by not including system headersRebecca Cran
2019-06-19Fix and document BIO_FLAGS_NONCLEAR_RST behavior on memory BIOTomas Mraz
2019-06-18Fix error handling at openssl_strerror_rBernd Edlinger
2019-06-18Swap #if blocks in uid.c so target platform gets checked before hostRebecca Cran
2019-06-11Move a fall through commentMatt Caswell
2019-06-11Fix a URL to the NMBRTHRY list archiveBernd Edlinger
2019-06-10BIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if getaddrinfo failsTomas Mraz
2019-06-09Revert the DEVRANDOM_WAIT featureDr. Matthias St. Pierre
2019-06-07Replace BIO_printf with ASN1_STRING_print in GENERAL_NAME_printAcheev Bhagat
2019-06-04build_SYS_str_reasons: Fix a crash caused by overlong localesVitezslav Cizek
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis
2019-05-31Fix various mistakes in ec_GFp_nistp_recode_scalar_bits comment.David Benjamin
2019-05-31Fix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev-linuxRetropotenza
2019-05-30Fix broken change from b3d113e.Pauli
2019-05-29crypto/conf: openssl_config_int() returns unitialized valueDr. Matthias St. Pierre
2019-05-28The SHA256 is not a mandatory digest for DSA.Tomas Mraz
2019-05-28Update copyright yearRichard Levitte
2019-05-27OCSP: fix memory leak in OCSP_url_svcloc_new method.FdaSilvaYY
2019-05-24Fix GOST OIDvoev
2019-05-24issue-8973: Added const to parameters for values that were not alteredagnosticdev
2019-05-22EVP_Digest*: enable SHA3 pre-hashing for DSAPatrick Steuer
2019-05-22EVP_Digest*: enable SHA3 pre-hashing for ECDSAPatrick Steuer
2019-05-22s390x assembly pack: allow specifying the tag after aad in aes-ccmPatrick Steuer
2019-05-21Change default RSA, DSA and DH size to 2048 bitKurt Roeckx
2019-05-21Revert "EVP_*Update: ensure that input NULL with length 0 isn't passed"Matt Caswell
2019-05-09crypto/ppccap.c: Fix which hwcap value used to check for HWCAP_ARCH_3_00Rashmica Gupta