aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Be more specify about system requirements.Ulf Möller1999-04-221-2/+2
* Ultrix compatibility.Ulf Möller1999-04-222-1/+6
* CVS confusion?Bodo Möller1999-04-221-1/+1
* Don't return 0 from ssl2_read when a packet with empty payload is received.Bodo Möller1999-04-222-0/+25
* Reverse unexplained change.Ben Laurie1999-04-221-5/+1
* Submitted by:Bodo Möller1999-04-221-0/+3
* Fixed some race conditions.Bodo Möller1999-04-2216-16/+23
* Oops! Fixup CHANGES.Dr. Stephen Henson1999-04-211-1/+0
* Suppport for CRL distribution points extension. Also document some ofDr. Stephen Henson1999-04-2113-18/+430
* New header file opensslconf.h contains the macros set by Configure.Ulf Möller1999-04-212-1/+152
* Move all autogenerated header file parts to crypto/opensslconf.h.Ulf Möller1999-04-2115-493/+44
* Remove some unnecessary(?) casting.Ben Laurie1999-04-212-14/+14
* Fix DES export ciphersuites.Ben Laurie1999-04-212-2/+8
* Fix lots of warnings.Ulf Möller1999-04-2017-32/+50
* Fix some warnings.Ulf Möller1999-04-203-7/+5
* -Wall implies -Wuninitialized.Ulf Möller1999-04-201-2/+2
* Problems with 64-bit long.Ulf Möller1999-04-205-51/+58
* Remove useless defines.Ulf Möller1999-04-202-14/+0
* Problems with 64-bit long.Ulf Möller1999-04-202-23/+3
* Arguments are des_cblock.Ulf Möller1999-04-202-2/+2
* Update dependencies.Ben Laurie1999-04-201-0/+12
* Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson1999-04-2012-77/+292
* const correctness.Ben Laurie1999-04-191-7/+9
* Missing #endif.Ulf Möller1999-04-191-0/+1
* Change functions to ANSI C.Ulf Möller1999-04-19491-7416/+2835
* Finish off support for Certificate Policies extension.Dr. Stephen Henson1999-04-195-4/+191
* Clean up prototypes (prepare for removing NOPROTO).Ulf Möller1999-04-194-13/+13
* Document additional Configure flags.Ulf Möller1999-04-191-2/+7
* Error in comment.Ulf Möller1999-04-191-1/+1
* Fix typos in error codes.Ulf Möller1999-04-1914-21/+24
* Definition did not match prototype.Ulf Möller1999-04-191-2/+2
* Defunct assembler files removed; various cleanups.Ulf Möller1999-04-192-34/+42
* SPARC v8 assembler BIGNUM code.Ulf Möller1999-04-193-0/+1500
* New "Configure" entry (Solaris with debug info)Bodo Möller1999-04-191-0/+1
* Removed extra semicolons.Bodo Möller1999-04-192-3/+3
* Pass $PERL on make errors.Ulf Möller1999-04-191-1/+1
* Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson1999-04-1813-31/+679
* Fix const declarations.Ben Laurie1999-04-181-11/+14
* Update dependencies.Ben Laurie1999-04-182-59/+55
* Allow asn1parse to print out VISIBLESTRING and some code needed for certificateDr. Stephen Henson1999-04-177-9/+118
* Massive constification.Ben Laurie1999-04-17124-448/+496
* Add support for VISIBLESTRING and UTF8StringDr. Stephen Henson1999-04-1710-5/+253
* Another STACK bites the dust.Ben Laurie1999-04-175-25/+41
* Add initial support for r2i RAW extensions which can access the config databaseDr. Stephen Henson1999-04-166-18/+120
* Fix some warnings. Contributed by Anonymous.Ben Laurie1999-04-166-5/+10
* Another bug.Ulf Möller1999-04-161-2/+3
* Write random seed file in binary mode.Ulf Möller1999-04-161-1/+1
* Fix a horrible BN bug in bn_expand2 which caused BN_add_word() et al to failDr. Stephen Henson1999-04-152-17/+30
* Add new experimental ciphersuites. Bring naming into line with RFC.Ben Laurie1999-04-152-12/+57
* Just use an ANSI declaration, instead.Ben Laurie1999-04-151-6/+1