summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-07-16fix memory leaksMiroslav Franc
2016-07-16Remove the silly CVS markers from LPdir_*.cRichard Levitte
2016-07-16Add back lost copyright and license text in LPdir_win.cRichard Levitte
2016-07-15Fix: dummy definition of rand_hw_seed() should also return intRichard Levitte
2016-07-15Fix ASN.1 private encode of EC_KEY to not change the input keyRichard Levitte
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-07-15Windows: allow input and output flags to end with a space, or notRichard Levitte
2016-07-15crypto/x86[_64]cpuid.pl: add OPENSSL_ia32_rd[rand|seed]_bytes.Andy Polyakov
2016-07-14Small fixes in unix-Makefile.tmplRichard Levitte
2016-07-14Install applink.c with the public header files.Richard Levitte
2016-07-14Windows: take care of manifest filesRichard Levitte
2016-07-13make updateDr. Stephen Henson
2016-07-13Add OCSP accessors.Dr. Stephen Henson
2016-07-12Fix DH error-handling in tls_process_key_exchange.David Benjamin
2016-07-12Make updateViktor Dukhovni
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni
2016-07-11Extend mkcert.sh to support nameConstraints generation and more complexDr. Stephen Henson
2016-07-11make updateDr. Stephen Henson
2016-07-11Add nameConstraints commonName checking.Dr. Stephen Henson
2016-07-10Don't rely on implicit rsa.h inclusionViktor Dukhovni
2016-07-10VMS: Adjust the engines directory by adding the pointer size to its nameRichard Levitte
2016-07-10VMS: Small cleanupsRichard Levitte
2016-07-10VMS: OSSL$EXE: needs to reflect that programs are installed in two placesRichard Levitte
2016-07-10VMS: Document the changed logical names in VMS/openssl_staryup.com.inRichard Levitte
2016-07-10VMS: Present OPENSSLDIR according to the VMS setup.Richard Levitte
2016-07-10VMS: Simplify the spec of the default certs & keys area.Richard Levitte
2016-07-08Update ordinalsRich Salz
2016-07-08Platform sanity testRich Salz
2016-07-08GH1278: Removed error code for alertsRich Salz
2016-07-08Replace all #define's in pod pages.Rich Salz
2016-07-08VMS: openssl_ivp must call versioned openssl_startup and openssl_utilsRichard Levitte
2016-07-08Disallow multiple protocol flags to s_server and s_clientMatt Caswell
2016-07-08Unix: Set the execute permission on installed shared librariesRichard Levitte
2016-07-08Reorganize .gitignore to make better use of its featuresRichard Levitte
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov
2016-07-08Support PKCS v2.0 print in pkcs12 utility.Dr. Stephen Henson
2016-07-07VMS: correct post-install instructionsRichard Levitte
2016-07-07Windows: make some vars in windows-makefile.tmpl reachable againRichard Levitte
2016-07-07VMS: defined the logical name OPENSSL at all timesRichard Levitte
2016-07-07Versioning engines default location: the VMS caseRichard Levitte
2016-07-07Versioning engines default location: the Unix caseRichard Levitte
2016-07-07Versioning engines default location: the Windows caseRichard Levitte
2016-07-06Add OPENSSL_NO_EC wrapperRich Salz
2016-07-06Make 'build_libs' build shared libraries as wellRichard Levitte
2016-07-06Don't indicate errors during initial adb decode.Dr. Stephen Henson
2016-07-06VMS: make sure there's a file extension when creating filesRichard Levitte
2016-07-06VMS: arch in config.com was mistakenly made process globalRichard Levitte
2016-07-05make updateRichard Levitte
2016-07-05Stop using and deprecate ENGINE_setup_bsd_cryptodevRichard Levitte
2016-07-05Fix mem error handling in PKCS7_simple_smimecapFdaSilvaYY