aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-16Add back lost copyright and license text in LPdir_win.cRichard Levitte1-0/+26
2016-07-15Fix: dummy definition of rand_hw_seed() should also return intRichard Levitte1-2/+2
2016-07-15Fix ASN.1 private encode of EC_KEY to not change the input keyRichard Levitte1-15/+9
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson24-213/+362
2016-07-15Windows: allow input and output flags to end with a space, or notRichard Levitte1-10/+10
2016-07-15crypto/x86[_64]cpuid.pl: add OPENSSL_ia32_rd[rand|seed]_bytes.Andy Polyakov3-32/+98
2016-07-14Small fixes in unix-Makefile.tmplRichard Levitte1-4/+4
2016-07-14Install applink.c with the public header files.Richard Levitte3-1/+15
2016-07-14Windows: take care of manifest filesRichard Levitte2-0/+18
2016-07-13make updateDr. Stephen Henson1-0/+2
2016-07-13Add OCSP accessors.Dr. Stephen Henson3-0/+41
2016-07-12Fix DH error-handling in tls_process_key_exchange.David Benjamin1-0/+2
2016-07-12Make updateViktor Dukhovni1-0/+4
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni8-51/+200
2016-07-11Extend mkcert.sh to support nameConstraints generation and more complexDr. Stephen Henson37-3/+1039
2016-07-11make updateDr. Stephen Henson1-0/+1
2016-07-11Add nameConstraints commonName checking.Dr. Stephen Henson7-14/+135
2016-07-10Don't rely on implicit rsa.h inclusionViktor Dukhovni1-0/+1
2016-07-10VMS: Adjust the engines directory by adding the pointer size to its nameRichard Levitte2-5/+5
2016-07-10VMS: Small cleanupsRichard Levitte2-1/+1
2016-07-10VMS: OSSL$EXE: needs to reflect that programs are installed in two placesRichard Levitte1-1/+2
2016-07-10VMS: Document the changed logical names in VMS/openssl_staryup.com.inRichard Levitte1-14/+22
2016-07-10VMS: Present OPENSSLDIR according to the VMS setup.Richard Levitte1-3/+5
2016-07-10VMS: Simplify the spec of the default certs & keys area.Richard Levitte3-8/+6
2016-07-08Update ordinalsRich Salz1-2/+2
2016-07-08Platform sanity testRich Salz5-25/+72
2016-07-08GH1278: Removed error code for alertsRich Salz4-0/+121
2016-07-08Replace all #define's in pod pages.Rich Salz38-351/+285
2016-07-08VMS: openssl_ivp must call versioned openssl_startup and openssl_utilsRichard Levitte1-3/+3
2016-07-08Disallow multiple protocol flags to s_server and s_clientMatt Caswell3-2/+38
2016-07-08Unix: Set the execute permission on installed shared librariesRichard Levitte1-2/+2
2016-07-08Reorganize .gitignore to make better use of its featuresRichard Levitte1-67/+68
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov21-69/+116
2016-07-08Support PKCS v2.0 print in pkcs12 utility.Dr. Stephen Henson1-9/+63
2016-07-07VMS: correct post-install instructionsRichard Levitte1-2/+2
2016-07-07Windows: make some vars in windows-makefile.tmpl reachable againRichard Levitte1-2/+2
2016-07-07VMS: defined the logical name OPENSSL at all timesRichard Levitte2-4/+4
2016-07-07Versioning engines default location: the VMS caseRichard Levitte3-50/+42
2016-07-07Versioning engines default location: the Unix caseRichard Levitte1-10/+14
2016-07-07Versioning engines default location: the Windows caseRichard Levitte1-1/+3
2016-07-06Add OPENSSL_NO_EC wrapperRich Salz1-0/+2
2016-07-06Make 'build_libs' build shared libraries as wellRichard Levitte3-3/+3
2016-07-06Don't indicate errors during initial adb decode.Dr. Stephen Henson1-1/+1
2016-07-06VMS: make sure there's a file extension when creating filesRichard Levitte1-1/+1
2016-07-06VMS: arch in config.com was mistakenly made process globalRichard Levitte1-1/+1
2016-07-05make updateRichard Levitte1-1/+1
2016-07-05Stop using and deprecate ENGINE_setup_bsd_cryptodevRichard Levitte2-11/+1
2016-07-05Fix mem error handling in PKCS7_simple_smimecapFdaSilvaYY1-10/+11
2016-07-05Improve some error management code in CTFdaSilvaYY3-28/+36
2016-07-05Fix some memory error handling in CTFdaSilvaYY2-15/+24