summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2011-12-19apps/speed.c: fix typo in last commit.Andy Polyakov
2011-12-15apps/speed.c: Cygwin alarm() fails sometimes.Andy Polyakov
2011-12-14PR: 1794Dr. Stephen Henson
2011-12-10remove old -attime code, new version includes all old functionalityDr. Stephen Henson
2011-12-10implement -attime option as a verify parameter then it works with all relevan...Dr. Stephen Henson
2011-12-08Replace expired test server and client certificates with new ones.Dr. Stephen Henson
2011-12-06The default CN prompt message can be confusing when often the CN needs toDr. Stephen Henson
2011-12-02Fix warnings.Ben Laurie
2011-11-22Workaround so "make depend" works for fips builds.Dr. Stephen Henson
2011-11-15Add TLS exporter.Ben Laurie
2011-11-15Add DTLS-SRTP.Ben Laurie
2011-11-14speed.c: add ghash benchmark [from HEAD].Andy Polyakov
2011-11-13Add Next Protocol Negotiation.Ben Laurie
2011-11-13make depend.Ben Laurie
2011-11-13PR: 1794Dr. Stephen Henson
2011-10-09Don't disable TLS v1.2 by default any more.Dr. Stephen Henson
2011-10-09Backport PSS signature support from HEAD.Dr. Stephen Henson
2011-10-09Backport of password based CMS support from HEAD.Dr. Stephen Henson
2011-09-23use keyformat for -x509toreq, don't hard code PEMDr. Stephen Henson
2011-09-23PR: 2347Dr. Stephen Henson
2011-09-16make dependDr. Stephen Henson
2011-09-16Improved error checking for DRBG calls.Dr. Stephen Henson
2011-06-18Don't add trailing slash to FIPSDIR: it causes problems with Windows builds.Dr. Stephen Henson
2011-06-09Add -attime.Ben Laurie
2011-06-09Fix warnings.Ben Laurie
2011-06-05FIPS low level blocking for AES, RC4 and Camellia. This is complicated byDr. Stephen Henson
2011-06-01Prohibit low level cipher APIs in FIPS mode.Dr. Stephen Henson
2011-05-26The first of many changes to make OpenSSL 1.0.1 FIPS capable.Dr. Stephen Henson
2011-05-25PR: 2527Dr. Stephen Henson
2011-05-19add FIPS support to openssl utility (backport from HEAD)Dr. Stephen Henson
2011-05-12Oops, add missing declaration.Dr. Stephen Henson
2011-05-11make kerberos work with OPENSSL_NO_SSL_INTERNDr. Stephen Henson
2011-05-11Backport TLS v1.2 support from HEAD.Dr. Stephen Henson
2011-05-11Typo.Dr. Stephen Henson
2011-05-11Initial "opaque SSL" framework. If an application defines OPENSSL_NO_SSL_INTERNDr. Stephen Henson
2011-03-25Corrections to the VMS build system.Richard Levitte
2011-03-25For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte
2011-03-23make update (1.0.1-stable)Richard Levitte
2011-03-20* apps/makeapps.com: Add srp.Richard Levitte
2011-03-20* apps/makeapps.com: Forgot to end the check for /POINTER_SIZE=64=ARGVRichard Levitte
2011-03-20* apps/openssl.c: For VMS, take care of copying argv if needed much earlier,Richard Levitte
2011-03-19Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte
2011-03-16Fix SRP error codes (from HEAD).Dr. Stephen Henson
2011-03-16Add SRP.Ben Laurie
2011-03-13PR: 2469Dr. Stephen Henson
2011-03-10make no-dsa work againDr. Stephen Henson
2010-12-14Part of the IF structure didn't get pasted here...Richard Levitte
2010-12-14First attempt at adding the possibility to set the pointer size for the build...Richard Levitte
2010-11-18fix no SIGALRM case in speed.cDr. Stephen Henson
2010-11-13add TLS v1.1 options to s_serverDr. Stephen Henson