aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Finish off support for Certificate Policies extension.Dr. Stephen Henson1999-04-194-1/+189
* Clean up prototypes (prepare for removing NOPROTO).Ulf Möller1999-04-194-13/+13
* Fix typos in error codes.Ulf Möller1999-04-1913-21/+21
* Definition did not match prototype.Ulf Möller1999-04-191-2/+2
* SPARC v8 assembler BIGNUM code.Ulf Möller1999-04-192-0/+1497
* Removed extra semicolons.Bodo Möller1999-04-192-3/+3
* Initial support for Certificate Policies extension: print out works but settingDr. Stephen Henson1999-04-1810-28/+662
* 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-176-8/+116
* Massive constification.Ben Laurie1999-04-1796-356/+393
* Add support for VISIBLESTRING and UTF8StringDr. Stephen Henson1999-04-179-5/+250
* 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-162-2/+107
* Fix some warnings. Contributed by Anonymous.Ben Laurie1999-04-164-4/+8
* 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-151-17/+26
* Add some utilities to support SXNet extension also add support in DEF filesDr. Stephen Henson1999-04-146-33/+247
* Make Windows compilers happy.Bodo Möller1999-04-141-1/+1
* Some tiny fixes.Bodo Möller1999-04-141-1/+1
* Delete all the old X509V3 pack and unpack stuff and various structures andDr. Stephen Henson1999-04-1310-705/+11
* Don#t auto-generate crypto/pem/pem.h -- a fixed file is fine for it.Bodo Möller1999-04-123-165/+3
* Add type-safe STACKs and SETs.Ben Laurie1999-04-1225-478/+698
* Make sure a corresponding plain text error message exists for theRalf S. Engelschall1999-04-121-0/+2
* Rid the world of yet more evil casts.Ben Laurie1999-04-102-5/+5
* 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
* Test PKCS#1 v1.5 padding as well.Ulf Möller1999-04-091-11/+42
* Separate DSA functionality from ASN.1 encoding.Ulf Möller1999-04-098-99/+246
* Tiny comment to improve code comprehensibility.Bodo Möller1999-04-091-1/+1
* Add PKCS#5 v2.0 ASN1 structures.Dr. Stephen Henson1999-04-088-6/+257
* Be more optimistic about the availability of termios for ~ECHO,Bodo Möller1999-04-081-0/+15
* Bug fix for X.509 two-digit year.Ulf Möller1999-04-061-2/+2
* Remove obsolete files from SSLeay 0.8.Ulf Möller1999-04-0620-4891/+0
* Did a 'make errors' to update asn1 error codes now typo is fixedDr. Stephen Henson1999-04-013-3/+0
* Delete some auto generated files and correct a typo in crypto/asn1/p5_pbe.cDr. Stephen Henson1999-04-011-2/+2
* Include bn.h instead of defining BIGNUM as char.Ulf Möller1999-04-011-4/+2
* Update dependencies.Ben Laurie1999-04-015-13/+224
* Remove obsolete files.Ulf Möller1999-04-0110-6089/+0
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-0147-241/+176
* pre-0.9.3 development version.Ulf Möller1999-04-011-2/+2
* Add .cvsignore in new pkcs12 directoryRalf S. Engelschall1999-04-011-0/+1
* New option to generate 80386 code.Ulf Möller1999-03-317-14/+8
* Remove file that is to be auto-generated by sha1-586.pl.Ulf Möller1999-03-301-1948/+0
* New switch "386" to generate 80386 code (emulate bswap).Ulf Möller1999-03-302-7/+23
* Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson1999-03-296-37/+12
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-2917-55/+29
* Added comments to des_enc_{read,write} functions warning about theirBodo Möller1999-03-292-0/+33
* Various PKCS#12 related tidies and fixes: it might even compile now :-)Dr. Stephen Henson1999-03-297-42/+31
* Yet more PKCS#12 integration: add lots of files under crypto/pkcs12 and addDr. Stephen Henson1999-03-2825-1/+3296