summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-08-04Prepare for 1.1.0-pre6 releaseOpenSSL_1_1_0-pre6Matt Caswell
2016-08-04make updateMatt Caswell
2016-08-04Fix date in CHANGESMatt Caswell
2016-08-03Don't check any revocation info on proxy certificatesRichard Levitte
2016-08-03INSTALL: Make the use of [, ], { and } consistent and explain itRichard Levitte
2016-08-03INSTALL: Add missing details on VMS installation resultsRichard Levitte
2016-08-03VMS: make sure to provide an absolute source directory for pod2htmlRichard Levitte
2016-08-03VMS: If configured no-shared, don't provide shareable image logical namesRichard Levitte
2016-08-02Check for overlows and error return from ASN1_object_size()Dr. Stephen Henson
2016-08-02Check for overflows in ASN1_object_size().Dr. Stephen Henson
2016-08-0280-test_ssl_new.t: only skip on $no_tls if no other skip conditions definedRichard Levitte
2016-08-02In 80-test_ssl_new, more "plan tests" to a more useful positionRichard Levitte
2016-08-02Fix tests for no-nextprotonegMatt Caswell
2016-08-02Fix some style issues...FdaSilvaYY
2016-08-02Don't overwrite existing installed openssl.cnfRichard Levitte
2016-08-02All of ssldirs installation should be done by the install_ssldirs targetRichard Levitte
2016-08-01Some minor tweaks to the fuzzing docsMatt Caswell
2016-08-01Document certificate and CRL time functions.Dr. Stephen Henson
2016-08-01Constify some X509_CRL, X509_REQ functions.Dr. Stephen Henson
2016-08-01Constify some X509_CRL functions.Dr. Stephen Henson
2016-08-01make updateDr. Stephen Henson
2016-08-01Add DSA_bits() function.Dr. Stephen Henson
2016-08-01Fix typo of BN_zero()Kurt Roeckx
2016-08-01Forgotten make updateRichard Levitte
2016-08-01Const the ex data stuff too to fix warningsRichard J. Moore
2016-08-01Const EC_KEY_dupRichard J. Moore
2016-08-01Additional CMS content types from RFC 4073, RFC 5083, and RFC 5084.Wim Lewis
2016-08-01Useless allocationFdaSilvaYY
2016-08-01Fix some style issuesFdaSilvaYY
2016-08-01Add missing help stringFdaSilvaYY
2016-08-01Fix some awkward testsFdaSilvaYY
2016-08-01Merge some conditional blocks of code.FdaSilvaYY
2016-08-01Simplify default inits, add const qualifiersFdaSilvaYY
2016-08-01Cast to right type, simplify array argsFdaSilvaYY
2016-08-01Fix sharing of two static variablesFdaSilvaYY
2016-08-01ECDH test is only one operation to runFdaSilvaYY
2016-08-01Fix three missing global declarations.FdaSilvaYY
2016-08-01Fix return values of do_passwd() in apps/passwd.cRichard Levitte
2016-08-01Fix bad result in i2b_PVK()Matt Caswell
2016-08-01Fix param order in RSA_get0_keyMatt Caswell
2016-08-01Include what we use.Ben Laurie
2016-08-01peer_tmp doesn't exist if no-ec no-dh.Ben Laurie
2016-08-01Fix various no-*s.Ben Laurie
2016-08-01crypto/ui/ui_openssl.c: UTF-y Windows code path.Andy Polyakov
2016-08-01apps/openssl.c: UTF-y Windows argv.Andy Polyakov
2016-08-01Configurations/00-base-templates.conf: harmonize BASE_Windows.Andy Polyakov
2016-07-31Configurations/unix-Makefile.tmpl: add LC_ALL=C to unify messages.Andy Polyakov
2016-07-31evp/bio_enc.c: perform enc_read operation without using overlapping buffers.Andy Polyakov
2016-07-31test/smcont.txt: trigger assertion in bio_enc.c.Andy Polyakov
2016-07-31evp/evp_enc.c: make assert error message more readableAndy Polyakov