summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.0-pre6 releaseOpenSSL_1_1_0-pre6Matt Caswell2016-08-042-3/+3
* make updateMatt Caswell2016-08-041-1/+1
* Fix date in CHANGESMatt Caswell2016-08-041-1/+1
* Don't check any revocation info on proxy certificatesRichard Levitte2016-08-031-0/+3
* INSTALL: Make the use of [, ], { and } consistent and explain itRichard Levitte2016-08-031-19/+73
* INSTALL: Add missing details on VMS installation resultsRichard Levitte2016-08-031-4/+8
* VMS: make sure to provide an absolute source directory for pod2htmlRichard Levitte2016-08-031-2/+4
* VMS: If configured no-shared, don't provide shareable image logical namesRichard Levitte2016-08-033-2/+10
* Check for overlows and error return from ASN1_object_size()Dr. Stephen Henson2016-08-022-10/+17
* Check for overflows in ASN1_object_size().Dr. Stephen Henson2016-08-021-12/+16
* 80-test_ssl_new.t: only skip on $no_tls if no other skip conditions definedRichard Levitte2016-08-021-1/+1
* In 80-test_ssl_new, more "plan tests" to a more useful positionRichard Levitte2016-08-021-4/+4
* Fix tests for no-nextprotonegMatt Caswell2016-08-023-6/+3
* Fix some style issues...FdaSilvaYY2016-08-0212-36/+36
* Don't overwrite existing installed openssl.cnfRichard Levitte2016-08-023-5/+16
* All of ssldirs installation should be done by the install_ssldirs targetRichard Levitte2016-08-021-10/+1
* Some minor tweaks to the fuzzing docsMatt Caswell2016-08-012-6/+6
* Document certificate and CRL time functions.Dr. Stephen Henson2016-08-011-0/+92
* Constify some X509_CRL, X509_REQ functions.Dr. Stephen Henson2016-08-014-12/+12
* Constify some X509_CRL functions.Dr. Stephen Henson2016-08-011-4/+4
* make updateDr. Stephen Henson2016-08-011-0/+1
* Add DSA_bits() function.Dr. Stephen Henson2016-08-014-6/+18
* Fix typo of BN_zero()Kurt Roeckx2016-08-011-1/+1
* Forgotten make updateRichard Levitte2016-08-013-5/+35
* Const the ex data stuff too to fix warningsRichard J. Moore2016-08-013-5/+5
* Const EC_KEY_dupRichard J. Moore2016-08-012-4/+4
* Additional CMS content types from RFC 4073, RFC 5083, and RFC 5084.Wim Lewis2016-08-011-0/+3
* Useless allocationFdaSilvaYY2016-08-011-15/+13
* Fix some style issuesFdaSilvaYY2016-08-011-42/+43
* Add missing help stringFdaSilvaYY2016-08-011-2/+3
* Fix some awkward testsFdaSilvaYY2016-08-011-18/+19
* Merge some conditional blocks of code.FdaSilvaYY2016-08-011-30/+20
* Simplify default inits, add const qualifiersFdaSilvaYY2016-08-011-47/+20
* Cast to right type, simplify array argsFdaSilvaYY2016-08-011-26/+32
* Fix sharing of two static variablesFdaSilvaYY2016-08-011-17/+20
* ECDH test is only one operation to runFdaSilvaYY2016-08-011-17/+9
* Fix three missing global declarations.FdaSilvaYY2016-08-011-15/+23
* Fix return values of do_passwd() in apps/passwd.cRichard Levitte2016-08-011-2/+2
* Fix bad result in i2b_PVK()Matt Caswell2016-08-011-4/+4
* Fix param order in RSA_get0_keyMatt Caswell2016-08-011-2/+2
* Include what we use.Ben Laurie2016-08-011-0/+2
* peer_tmp doesn't exist if no-ec no-dh.Ben Laurie2016-08-011-0/+2
* Fix various no-*s.Ben Laurie2016-08-017-2/+39
* crypto/ui/ui_openssl.c: UTF-y Windows code path.Andy Polyakov2016-08-011-21/+71
* apps/openssl.c: UTF-y Windows argv.Andy Polyakov2016-08-014-0/+317
* Configurations/00-base-templates.conf: harmonize BASE_Windows.Andy Polyakov2016-08-012-2/+2
* Configurations/unix-Makefile.tmpl: add LC_ALL=C to unify messages.Andy Polyakov2016-07-311-0/+9
* evp/bio_enc.c: perform enc_read operation without using overlapping buffers.Andy Polyakov2016-07-311-9/+27
* test/smcont.txt: trigger assertion in bio_enc.c.Andy Polyakov2016-07-311-1/+1
* evp/evp_enc.c: make assert error message more readableAndy Polyakov2016-07-313-9/+25