aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge in changes from the 0.9.6-stable branch.Richard Levitte2001-05-023-5/+6
* Merge in changes from the 0.9.6-stable branch.Richard Levitte2001-04-042-2/+11
* Merge in the latest fixes from 0.9.6a-beta3.Richard Levitte2001-03-301-3/+2
* Merge in fixes from 0.9.6-stable.Richard Levitte2001-03-301-6/+21
* Merge in recent changes from OpenSSL_0_9_6-stable.Richard Levitte2001-03-262-0/+4
* Changes from the 0.9.6-stable branch and a make update.Richard Levitte2001-03-211-34/+36
* Changes from the 0.9.6-stable branch.Richard Levitte2001-03-214-37/+37
* Merge in recent changes from OpenSSL-0_9_6-stableRichard Levitte2001-03-141-0/+1
* Merge of the 0.9.6-stable branch (continued after network interrupt).Richard Levitte2001-03-1310-23/+44
* Uhmmm, how did those conflicts get through?Richard Levitte2001-03-092-0/+13
* Merge from main trunk.Richard Levitte2000-09-211-1/+1
* Merge from main trunk. No conflicts.Richard Levitte2000-09-212-1/+3
* Merge of main trunk, all conflicts resolved.Richard Levitte2000-09-201-1/+1
* Merge of main trunk, all conflicts resolved.Richard Levitte2000-09-2029-47/+306
* Merge of main trunk, all conflicts resolved.Richard Levitte2000-09-203-10/+10
* The rest of the merge in of the main trunk, a few conflicts resolved.OpenSSL-engine-0_9_6-beta2Richard Levitte2000-09-175-11/+11
* Merged in the main trunk, did a 'make update', added a couple ofRichard Levitte2000-09-153-87/+118
* Merge of main trunk, conflicts resolved.Richard Levitte2000-09-122-66/+114
* Merge of main trunk, no conflicts this time.Richard Levitte2000-09-111-161/+176
* Merge of main trunk, no conflicts this timeRichard Levitte2000-09-111-0/+7
* Merge of main trunk, no conflicts this timeRichard Levitte2000-09-091-0/+1
* Merge of main trunk, no conflicts this timeRichard Levitte2000-09-092-3/+7
* Fix a little glitch before I forget about it. (I noticed it while readingGeoff Thorpe2000-09-071-1/+1
* Integrate engine in most utilities. Now really tested yet.Richard Levitte2000-09-0719-12/+497
* Merge main trunk to engine branch, all conflicts resolved.Richard Levitte2000-09-0715-499/+1015
* This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.cvs2svn2000-09-074-0/+320
|\
| * Get rid of ASN1_UTCTIME_get, which cannot work with time_tBodo Möller2000-09-061-57/+74
| * typoBodo Möller2000-09-061-1/+1
| * Add OAEP. Seed the PRNG.Bodo Möller2000-09-061-1/+6
| * Fix typo in rsautl.Dr. Stephen Henson2000-09-051-1/+1
| * *BIG* verify code reorganisation.Dr. Stephen Henson2000-09-051-6/+21
| * Keep a not of original encoding in certificate requests.Dr. Stephen Henson2000-09-051-0/+2
| * Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-0/+19
| * Add 'rsautl' low level RSA utility.Dr. Stephen Henson2000-09-037-5/+337
| * Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson2000-08-301-14/+174
| * New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson2000-08-242-1/+6
| * Various fixes...Dr. Stephen Henson2000-08-211-0/+2
| * MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-145-423/+523
| * Memory leaks fix. It now looks like all memory leaks, at least aroundRichard Levitte2000-08-111-0/+2
| * Memory leaks fix. There seems to be more in other parts of OpenSSL...Richard Levitte2000-08-111-25/+106
| * The pkcs12 had no way of getting a CA file or path to be used whenRichard Levitte2000-08-111-10/+27
| * Unicos doesn't have sys/timeb.h. Fix it by defining the TIMEB macro unless o...Richard Levitte2000-08-031-1/+16
| * Include SKIP DH parameters with OpenSSL.Bodo Möller2000-08-024-3/+47
| * Make it so we can dynamically enable memory allocation debugging through theRichard Levitte2000-08-011-0/+2
| * Update 'openssl passwd' documentation on selection of algorithms.Bodo Möller2000-07-311-1/+1
| * Document the new DN printing options.Dr. Stephen Henson2000-07-301-2/+2
| * New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson2000-07-283-12/+96
| * Add the possibility to get hexdumps of unprintable data when usingRichard Levitte2000-07-271-2/+15
| * Document -purpose option in usage string.Bodo Möller2000-07-151-1/+1
| * Make req seed the PRNG if signing withDr. Stephen Henson2000-07-122-0/+8