aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* /* Just some comments. */Bodo Möller1999-04-142-2/+6
* Add some utilities to support SXNet extension also add support in DEF filesDr. Stephen Henson1999-04-148-34/+280
* Cleaning up Ben's clean-ups :-)Bodo Möller1999-04-141-1/+1
* Make Windows compilers happy.Bodo Möller1999-04-142-1/+5
* Some tiny fixes.Bodo Möller1999-04-143-3/+4
* Typo.Ben Laurie1999-04-142-2/+5
* Start with some plans...Ralf S. Engelschall1999-04-141-1/+3
* Delete all the old X509V3 pack and unpack stuff and various structures andDr. Stephen Henson1999-04-1311-705/+15
* SSL_ALLOW_ENULL was renamed to SSL_FORBID_ENULL some time ago by Ben.Ralf S. Engelschall1999-04-131-1/+1
* Submitted by:Bodo Möller1999-04-131-2/+2
* New Configure option "rsaref".Ulf Möller1999-04-134-3/+10
* Don#t auto-generate crypto/pem/pem.h -- a fixed file is fine for it.Bodo Möller1999-04-125-191/+32
* Add type-safe STACKs and SETs.Ben Laurie1999-04-1248-873/+1147
* gcc claims this is a shadow, though I can't find what it is shadowing...Ben Laurie1999-04-121-3/+3
* Add `openssl ca -revoke <certfile>' facility which revokes a certificateRalf S. Engelschall1999-04-122-0/+187
* Fix `openssl crl -noout -text' combination where `-noout' killed the `-text'Ralf S. Engelschall1999-04-122-2/+8
* Make sure a corresponding plain text error message exists for theRalf S. Engelschall1999-04-122-0/+7
* Obsoleted by new openssl command "list-cipher-commands".Bodo Möller1999-04-111-35/+0
* Submitted by:Bodo Möller1999-04-113-9/+35
* Fix a few typos and tabs while I'm poking around in ca.c...Ralf S. Engelschall1999-04-101-4/+4
* Rid the world of yet more evil casts.Ben Laurie1999-04-102-5/+5
* Adjust renegotiation slightly.Ben Laurie1999-04-101-3/+3
* Fix a typo in the X.509v3 docs: cRLSign instead of cRLCertSign is correctRalf S. Engelschall1999-04-101-1/+1
* Rid the world of more evil casts.Ben Laurie1999-04-103-39/+39
* Install signal handler if we are using sigaction.Ben Laurie1999-04-101-1/+7