Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix test_ss. | Ben Laurie | 2013-04-06 | 1 | -1/+2 | |
* | Avoid collisions. | Ben Laurie | 2013-04-06 | 7 | -143/+143 | |
* | Make session ID test work. | Ben Laurie | 2013-04-06 | 1 | -1/+1 | |
* | Make S/MIME test work. | Ben Laurie | 2013-04-06 | 1 | -1/+1 | |
* | Make RSA test work. | Ben Laurie | 2013-04-06 | 1 | -1/+1 | |
* | Make PKCS#7 test work. | Ben Laurie | 2013-04-06 | 1 | -1/+1 | |
* | More progress towards working tests. | Ben Laurie | 2013-04-06 | 1 | -11/+11 | |
* | Get closer to a working single Makefile with test support. | Ben Laurie | 2013-04-06 | 1 | -39/+39 | |
* | Add support for SPARC T4 DES opcode. | Andy Polyakov | 2013-03-31 | 1 | -1/+2 | |
* | make depend. | Ben Laurie | 2013-02-21 | 1 | -0/+14 | |
* | Fix for EXP-RC2-CBC-MD5 | Adam Langley | 2013-02-06 | 1 | -0/+17 | |
* | Merge branch 'master' of openssl.net:openssl | Ben Laurie | 2013-01-19 | 1 | -3/+14 | |
|\ | ||||||
| * | engines/ccgost: add test case. | Andy Polyakov | 2013-01-19 | 1 | -3/+14 | |
* | | Make "make depend" work on MacOS out of the box. | Ben Laurie | 2013-01-19 | 1 | -1/+1 | |
|/ | ||||||
* | Fix tocsp: we don't need -trust_other any more. | Dr. Stephen Henson | 2012-12-21 | 1 | -2/+2 | |
* | Update test OCSP script "tocsp" to use shell functions and to use | Dr. Stephen Henson | 2012-12-20 | 1 | -114/+64 | |
* | Make openssl verify return errors. | Ben Laurie | 2012-12-11 | 1 | -1/+1 | |
* | Tabification. Remove accidental duplication. | Ben Laurie | 2012-12-10 | 1 | -197/+0 | |
* | Fix OCSP checking. | Ben Laurie | 2012-12-07 | 68 | -1/+2163 | |
* | make depend | Dr. Stephen Henson | 2012-11-19 | 1 | -93/+89 | |
* | PR: 2909 | Dr. Stephen Henson | 2012-11-18 | 1 | -4/+13 | |
* | util/fipslink.pl: further adjustments. | Andy Polyakov | 2012-10-28 | 1 | -0/+1 | |
* | test_t4: cover even Camellia. | Andy Polyakov | 2012-10-25 | 1 | -3/+6 | |
* | Add SPARC T4 AES support. | Andy Polyakov | 2012-10-06 | 1 | -0/+66 | |
* | test_aesni: harmonize with AES-NI support at EVP layer. | Andy Polyakov | 2012-07-15 | 1 | -7/+7 | |
* | Version skew reduction: trivia (I hope). | Ben Laurie | 2012-06-04 | 1 | -84/+96 | |
* | make update | Dr. Stephen Henson | 2011-12-27 | 1 | -5/+11 | |
* | detect and use older PKITS data | Dr. Stephen Henson | 2011-12-11 | 1 | -2/+9 | |
* | add commented out option to allow use of older PKITS data | Dr. Stephen Henson | 2011-12-10 | 1 | -0/+2 | |
* | Add support for memory leak checking in fips_algvs. | Dr. Stephen Henson | 2011-11-02 | 1 | -3/+21 | |
* | Add fips_algvs utility (from FIPS 2.0 stable branch). | Dr. Stephen Henson | 2011-11-02 | 2 | -2/+320 | |
* | "make update" (partial) | Bodo Möller | 2011-10-19 | 1 | -8/+8 | |
* | use -no_ecdhe when using -no_dhe | Bodo Möller | 2011-10-13 | 1 | -4/+4 | |
* | increase test RSA key size to 1024 bits | Dr. Stephen Henson | 2011-10-12 | 5 | -5/+5 | |
* | oops | Bodo Möller | 2011-09-05 | 1 | -2/+2 | |
* | Fix session handling. | Bodo Möller | 2011-09-05 | 1 | -2/+2 | |
* | make update | Bodo Möller | 2011-09-05 | 1 | -155/+74 | |
* | cms-test.pl: make it work with not-so-latest perl. | Andy Polyakov | 2011-05-16 | 1 | -1/+3 | |
* | Update .cvsignore | Dr. Stephen Henson | 2011-03-25 | 1 | -0/+1 | |
* | Corrections to the VMS build system. | Richard Levitte | 2011-03-25 | 1 | -29/+30 | |
* | For VMS, implement the possibility to choose 64-bit pointers with | Richard Levitte | 2011-03-25 | 1 | -13/+32 | |
* | Implement FIPS CMAC. | Richard Levitte | 2011-03-24 | 1 | -61/+164 | |
* | make update (1.1.0-dev) | Richard Levitte | 2011-03-23 | 1 | -97/+81 | |
* | * apps/makeapps.com: Forgot to end the check for /POINTER_SIZE=64=ARGV | Richard Levitte | 2011-03-20 | 2 | -1/+57 | |
* | After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS | Richard Levitte | 2011-03-19 | 18 | -243/+383 | |
* | Add SRP support. | Ben Laurie | 2011-03-12 | 2 | -198/+173 | |
* | Add ECDH to validated module. | Dr. Stephen Henson | 2011-03-10 | 1 | -3/+8 | |
* | Update .cvsignore | Dr. Stephen Henson | 2011-03-09 | 1 | -0/+3 | |
* | New initial DH algorithm test driver. | Dr. Stephen Henson | 2011-03-08 | 1 | -3/+7 | |
* | Updates to DRBG: fix bugs in infrastructure. Add initial experimental | Dr. Stephen Henson | 2011-03-06 | 1 | -5/+10 |