summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.2q releaseOpenSSL_1_0_2qMatt Caswell2018-11-204-6/+6
* make updateMatt Caswell2018-11-204-7/+17
* Update copyright yearMatt Caswell2018-11-2011-11/+11
* Update CHANGES and NEWS for new releaseMatt Caswell2018-11-202-1/+12
* VMS: ensure crypto/getenv.c is included in the buildRichard Levitte2018-11-201-1/+2
* DSA: Check for sanity of input parametersVitezslav Cizek2018-11-141-0/+6
* CVE-2018-5407 fix: ECC ladderBilly Brumley2018-11-123-0/+291
* Fix 'no-ecdh' buildDr. Matthias St. Pierre2018-11-103-5/+17
* Properly handle duplicated messages from the next epochMatt Caswell2018-11-021-3/+1
* Add a constant time flag to one of the bignums to avoid a timing leak.Pauli2018-11-021-1/+1
* Merge to 1.0.2: DSA mod inverse fix.Pauli2018-10-301-2/+32
* Merge DSA reallocation timing fix CVE-2018-0734.Pauli2018-10-291-1/+1
* md_rand.c: don't stop polling until properly initializedDr. Matthias St. Pierre2018-10-181-8/+6
* Apply self-imposed path length also to root CAsViktor Dukhovni2018-10-181-5/+4
* Only CA certificates can be self-issuedViktor Dukhovni2018-10-181-2/+2
* rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov2018-10-121-1/+2
* util/domd: omit superfluous shift in -MD handling.Andy Polyakov2018-10-121-1/+0
* Access `group->mont_data` conditionally in EC_GROUP_set_generator()Nicola Tuveri2018-10-023-15/+34
* Merge 1.0.2 setuid calls to getenv(3) safety.Pauli2018-09-2710-14/+51
* Use gethostbyname_r if availableManikantan Subramanian2018-09-261-1/+22
* Document OPENSSL_VERSION_TEXT macroDaniel Bevenius2018-09-241-2/+7
* crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONGRichard Levitte2018-09-211-6/+0
* drbg_get_entropy: force a reseed before calling ssleay_rand_bytes()Dr. Matthias St. Pierre2018-09-203-3/+33
* crypto/ui/ui_openssl.c: make sure to recognise ENXIO and EIO tooRichard Levitte2018-09-201-0/+18
* Make the config script fail with an error code if Configure failedBernd Edlinger2018-09-111-0/+1
* CAPI engine: add support for RSA_NO_PADDINGRichard Levitte2018-09-111-8/+24
* Check the return value from ASN1_INTEGER_setMatt Caswell2018-09-101-1/+2
* openssl req: don't try to report bitsRichard Levitte2018-09-041-2/+1
* VMS: add missing x509_time test to test scriptsRichard Levitte2018-09-042-2/+8
* Clarify the EVP_DigestSignInit docsMatt Caswell2018-09-042-4/+10
* Fix example in crl(1) man pageJakub Wilk2018-09-041-1/+1
* The req documentation incorrectly states that we default to md5Matt Caswell2018-09-041-2/+1
* Check the return from BN_sub() in BN_X931_generate_Xpq().Pauli2018-09-031-1/+3
* Remove redundant ASN1_INTEGER_set callEric Brown2018-09-031-1/+0
* bn/bn_lib.c: conceal even memmory access pattern in bn2binpad.Andy Polyakov2018-08-281-10/+24
* bn/bn_blind.c: use Montgomery multiplication when possible.Andy Polyakov2018-08-281-19/+44
* rsa/rsa_eay.c: implement variant of "Smooth CRT-RSA."Andy Polyakov2018-08-281-18/+83
* crypto/bn: add more fixed-top routines.Andy Polyakov2018-08-285-13/+113
* document the -no_ecdhe option in s_server man pageHubert Kario2018-08-271-0/+6
* x509v3/v3_purp.c: resolve Thread Sanitizer nit.Andy Polyakov2018-08-171-4/+0
* Prepare for 1.0.2q-devMatt Caswell2018-08-145-5/+13
* Prepare for 1.0.2p releaseOpenSSL_1_0_2pMatt Caswell2018-08-144-6/+6
* make updateMatt Caswell2018-08-145-33/+51
* i2d_ASN1_BOOLEAN(): correct error moduleRichard Levitte2018-08-143-1/+3
* Update copyright yearMatt Caswell2018-08-1438-38/+38
* Updates to CHANGES and NEWS for the new releaseMatt Caswell2018-08-142-1/+26
* i2d_ASN1_BOOLEAN(): allocate memory if the user didn't provide a bufferRichard Levitte2018-08-141-5/+19
* i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte2018-08-113-5/+18
* rsa/*: switch to BN_bn2binpad.Andy Polyakov2018-08-104-60/+88
* bn/bn_lib.c address Coverity nit in bn2binpad.Andy Polyakov2018-08-101-12/+11