Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add fips hmac key to dgst utility. | Dr. Stephen Henson | 2011-04-06 | 1 | -0/+2 |
* | FIPS mode support for openssl utility: doesn't work properly yet due | Dr. Stephen Henson | 2011-04-04 | 1 | -0/+16 |
* | Corrections to the VMS build system. | Richard Levitte | 2011-03-25 | 2 | -70/+86 |
* | For VMS, implement the possibility to choose 64-bit pointers with | Richard Levitte | 2011-03-25 | 2 | -43/+70 |
* | make update (1.1.0-dev) | Richard Levitte | 2011-03-23 | 1 | -117/+122 |
* | * apps/makeapps.com: Add srp. | Richard Levitte | 2011-03-20 | 1 | -1/+1 |
* | * apps/makeapps.com: Forgot to end the check for /POINTER_SIZE=64=ARGV | Richard Levitte | 2011-03-20 | 1 | -0/+1 |
* | * apps/openssl.c: For VMS, take care of copying argv if needed much earlier, | Richard Levitte | 2011-03-20 | 2 | -29/+77 |
* | After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS | Richard Levitte | 2011-03-19 | 8 | -174/+511 |
* | Fix warnings about ignored return values. | Dr. Stephen Henson | 2011-03-17 | 1 | -2/+10 |
* | Missing SRP files. | Ben Laurie | 2011-03-16 | 2 | -0/+7 |
* | PR: 2469 | Dr. Stephen Henson | 2011-03-13 | 1 | -1/+1 |
* | Fix warnings: signed/unisgned comparison, shadowing (in some cases global | Dr. Stephen Henson | 2011-03-12 | 2 | -7/+7 |
* | Add SRP support. | Ben Laurie | 2011-03-12 | 5 | -130/+1168 |
* | Fix warning. | Ben Laurie | 2011-03-12 | 1 | -0/+1 |
* | make no-dsa work again | Dr. Stephen Henson | 2011-03-10 | 1 | -0/+2 |
* | Fix duplicate code and typo. | Dr. Stephen Henson | 2011-02-06 | 1 | -3/+1 |
* | make update | Bodo Möller | 2011-02-03 | 1 | -13/+13 |
* | Constify. | Ben Laurie | 2011-01-09 | 1 | -2/+4 |
* | Part of the IF structure didn't get pasted here... | Richard Levitte | 2010-12-14 | 1 | -0/+7 |
* | First attempt at adding the possibility to set the pointer size for the build... | Richard Levitte | 2010-12-14 | 1 | -3/+55 |
* | apps/x590.c: harmonize usage of STDout and out_err. | Andy Polyakov | 2010-12-12 | 1 | -2/+2 |
* | fix no SIGALRM case in speed.c | Dr. Stephen Henson | 2010-11-18 | 1 | -1/+2 |
* | add TLS v1.1 options to s_server | Dr. Stephen Henson | 2010-11-16 | 1 | -0/+4 |
* | PR: 2366 | Dr. Stephen Henson | 2010-11-11 | 2 | -6/+8 |
* | Fixes to NPN from Adam Langley. | Ben Laurie | 2010-09-05 | 4 | -21/+21 |
* | For better forward-security support, add functions | Bodo Möller | 2010-08-26 | 1 | -0/+20 |
* | Add Next Protocol Negotiation. | Ben Laurie | 2010-07-28 | 4 | -1/+191 |
* | Sign mismatch. | Ben Laurie | 2010-07-27 | 1 | -1/+1 |
* | gcm128.c: API modification and readability improvements, | Andy Polyakov | 2010-07-09 | 1 | -2/+28 |
* | i variable is used on some platforms | Dr. Stephen Henson | 2010-07-05 | 1 | -0/+1 |
* | Fix warnings. | Ben Laurie | 2010-06-12 | 16 | -65/+17 |
* | PR: 2262 | Dr. Stephen Henson | 2010-05-27 | 1 | -2/+12 |
* | oops, revert test patch | Dr. Stephen Henson | 2010-05-15 | 1 | -10/+0 |
* | PR: 2253 | Dr. Stephen Henson | 2010-05-15 | 1 | -0/+10 |
* | PR: 2220 | Dr. Stephen Henson | 2010-04-06 | 3 | -3/+3 |
* | free up sigopts STACK | Dr. Stephen Henson | 2010-03-14 | 1 | -0/+2 |
* | clear bogus errors in ca utility | Dr. Stephen Henson | 2010-03-14 | 1 | -0/+1 |
* | add -sigopt option to ca utility | Dr. Stephen Henson | 2010-03-14 | 3 | -20/+59 |
* | new sigopt and PSS support for req and x509 utilities | Dr. Stephen Henson | 2010-03-12 | 3 | -11/+96 |
* | don't leave bogus errors in the queue | Dr. Stephen Henson | 2010-03-10 | 1 | -0/+6 |
* | oops | Dr. Stephen Henson | 2010-03-07 | 1 | -1/+0 |
* | The OID sanity check was incorrect. It should only disallow *leading* 0x80 | Dr. Stephen Henson | 2010-03-07 | 1 | -0/+1 |
* | Add -engine_impl option to dgst which will use an implementation of | Dr. Stephen Henson | 2010-03-05 | 1 | -6/+21 |
* | PR: 2183 | Dr. Stephen Henson | 2010-03-03 | 1 | -5/+11 |
* | use supplied ENGINE in genrsa | Dr. Stephen Henson | 2010-03-01 | 1 | -1/+4 |
* | oops, revert verify.c change | Dr. Stephen Henson | 2010-02-27 | 1 | -3/+0 |
* | Add Kerberos fix which was in 0.9.8-stable but never committed to HEAD and | Dr. Stephen Henson | 2010-02-27 | 1 | -0/+3 |
* | include TVS 1.1 version string | Dr. Stephen Henson | 2010-02-26 | 1 | -0/+3 |
* | add -trusted_first option and verify flag | Dr. Stephen Henson | 2010-02-25 | 1 | -0/+2 |