summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-09-29Split test/evptests.txt into separate files.Nicola Tuveri
2018-09-24Document OPENSSL_VERSION_TEXT macroDaniel Bevenius
2018-09-24Use secure_getenv(3) when available.Pauli
2018-09-21crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONGRichard Levitte
2018-09-20crypto/ui/ui_openssl.c: make sure to recognise ENXIO and EIO tooRichard Levitte
2018-09-17Use 'i' as parameter name not 'I'.Pauli
2018-09-17Add a compile time test to verify that openssl/rsa.h and complex.h canPauli
2018-09-13Add an explicit cast to time_tMatt Caswell
2018-09-12minor fixes for WindowsViktor Szakats
2018-09-11Make the config script fail with an error code if Configure failedBernd Edlinger
2018-09-11Fix typos in documentation.parasssh
2018-09-11CAPI engine: add support for RSA_NO_PADDINGRichard Levitte
2018-09-10Check the return value from ASN1_INTEGER_setMatt Caswell
2018-09-06RSA padding Zeroization fixesShane Lontis
2018-09-05Harmonize the error handling codepathNicola Tuveri
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri
2018-09-05Key zeroization fix for EVP_SealInit.Pauli
2018-09-05New openssl subject parser hard to debugEric Curtin
2018-09-05Make OBJ_NAME case insensitive.Pauli
2018-09-05hkdf zeroization fixShane Lontis
2018-09-05key zeroisation fix for p12Shane Lontis
2018-09-05key zeroisation for pvkfmt now done on all branch pathsShane Lontis
2018-09-04openssl req: don't try to report bitsRichard Levitte
2018-09-04Clarify the EVP_DigestSignInit docsMatt Caswell
2018-09-04Fix example in crl(1) man pageJakub Wilk
2018-09-04The req documentation incorrectly states that we default to md5Matt Caswell
2018-09-03add docs for OCSP_resp_get0_signaturePaul Kehrer
2018-09-03add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer
2018-09-03Check the return from BN_sub() in BN_X931_generate_Xpq().Pauli
2018-09-03Remove redundant ASN1_INTEGER_set callEric Brown
2018-09-01Backport #7007 to 1.1.0Dmitry Belyavskiy
2018-08-30Free SSL object on an error pathMatt Caswell
2018-08-28bn/bn_lib.c: conceal even memmory access pattern in bn2binpad.Andy Polyakov
2018-08-28bn/bn_blind.c: use Montgomery multiplication when possible.Andy Polyakov
2018-08-28rsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."Andy Polyakov
2018-08-28crypto/bn: add more fixed-top routines.Andy Polyakov
2018-08-24Backport #6648 to OpenSSL_1_1_0-stableNicola Tuveri
2018-08-23Zero memory in CRYPTO_secure_malloc.Pauli
2018-08-22crypto/init.c: improve destructor_key's portability.Andy Polyakov
2018-08-18Fix a warning from MSVC buildBernd Edlinger
2018-08-17Avoid shadowing 'free' in X509_LOOKUP_met_set_freeBenjamin Kaduk
2018-08-14Prepare for 1.1.0j-devMatt Caswell
2018-08-14Prepare for 1.1.0i releaseOpenSSL_1_1_0iMatt Caswell
2018-08-14Update copyright yearMatt Caswell
2018-08-14Updates to CHANGES and NEWS for the new releaseMatt Caswell
2018-08-13crypto/o_fopen.c: alias fopen to fopen64.Andy Polyakov
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-08-10x509v3/v3_purp.c: re-implement lock-free check for extensions cache validity.Andy Polyakov
2018-08-10x509v3/v3_purp.c: resolve Thread Sanitizer nit.Andy Polyakov
2018-08-07Increase CT_NUMBER valuesRich Salz