aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add 'rsautl' low level RSA utility.Dr. Stephen Henson2000-09-0312-9/+432
* Undo change from 1.7 to 1.8:Bodo Möller2000-09-011-4/+2
* Use C syntax, not FORTRAN or whatever that was :-)Bodo Möller2000-09-011-5/+9
* QNX 4 support.Bodo Möller2000-09-015-0/+35
* -N option to diff is not essential, and mentioning it is unnecessarilyBodo Möller2000-09-011-1/+1
* Add demo state machine.Ben Laurie2000-08-303-0/+383
* Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson2000-08-304-16/+181
* Diagnose EOF on memory BIOs (or you just get mysterious errors with no errorBen Laurie2000-08-283-0/+6
* Use the passed buffer in ERR_error_string!Ben Laurie2000-08-281-1/+1
* Change PKCS#7 test data to take account of removal ofDr. Stephen Henson2000-08-251-44/+44
* New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson2000-08-249-6/+50
* Add support for 'other' PKCS#7 content types.Dr. Stephen Henson2000-08-223-5/+16
* max -> dmax in bn_check_top.Ben Laurie2000-08-221-1/+1
* Fix ASN1_INTEGER_to_BN properly this time...Dr. Stephen Henson2000-08-222-2/+2
* Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.cDr. Stephen Henson2000-08-224-9/+19
* Various fixes...Dr. Stephen Henson2000-08-216-1/+104
* Added OIDs from RFC 2247, 1155, and a few from 1700Richard Levitte2000-08-193-0/+113
* Assar wanted an address change.Richard Levitte2000-08-181-1/+1
* Added BIO_vprintf() and BIO_vsnprintf(). The former because I'veRichard Levitte2000-08-183-5/+30
* NULL is not an integer...Richard Levitte2000-08-181-1/+1
* Document the added diversity to the possible log levels.Richard Levitte2000-08-171-0/+24
* Add more diversity to the possible log levels. Now we have fullRichard Levitte2000-08-171-15/+41
* Added md4 to the VMS compilationRichard Levitte2000-08-171-3/+4
* make updateRichard Levitte2000-08-171-1/+1
* New option 'ctestall' for mkdef.pl, that makes it not only generateRichard Levitte2000-08-171-11/+17
* Document the reconfiguratoin option for Configure.Richard Levitte2000-08-171-0/+6
* Allow reconfiguration. This can be useful if some source updateRichard Levitte2000-08-173-83/+132
* Correct the title. This also fooled the automatic documentation builderRichard Levitte2000-08-151-1/+1
* IBMcxx complains that maxmem is as low as 2048 for certain modulesRichard Levitte2000-08-141-1/+1
* I forgot this file that Assar provided as well...Richard Levitte2000-08-141-0/+78
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-1440-2136/+3593
* 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-112-10/+30
* Abdelilah Essiari <aes@george.lbl.gov> reports that for very smallRichard Levitte2000-08-111-0/+10
* Duplicate names detected...Richard Levitte2000-08-101-2/+2
* Make sure that 'initialized' is zeroed as well when cleaning up.Richard Levitte2000-08-081-0/+1
* Fix for bad sorting of object names.Dr. Stephen Henson2000-08-064-18/+272
* For n > 7, we might get uninitialized (unzeroed) data.Richard Levitte2000-08-061-2/+2
* Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson2000-08-046-14/+32
* On Unicos, shorts are 8 bytes, so instead, use a structure with 2 32-bit ints...Richard Levitte2000-08-031-1/+11
* On Unicos, openlog() isn't constified, so let's not do that in xopenlog()Richard Levitte2000-08-031-5/+5
* Unicos doesn't have sys/timeb.h. Fix it by defining the TIMEB macro unless o...Richard Levitte2000-08-031-1/+16
* *mumble* unicos 10.0.0.3 with Cray Standard C Version 6.2.0.0 has a syslog.hRichard Levitte2000-08-021-1/+1
* Include SKIP DH parameters with OpenSSL.Bodo Möller2000-08-024-3/+47
* Added and corrected documentation for the 'shared' optionRichard Levitte2000-08-022-2/+18
* We've now covered the shared library support for Solaris, so the -shared hackRichard Levitte2000-08-021-12/+0
* It's probably a good idea to make the shared libraries depend in EX_LIBS.Richard Levitte2000-08-021-3/+3
* "make update"Richard Levitte2000-08-022-35/+42
* I had completely forgotten that print_table_entry also needed to read the twoRichard Levitte2000-08-021-4/+4