aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add support for GeneralName and GeneralNames extensions. Also preliminaryDr. Stephen Henson1999-02-079-8/+458
* Delete legacy file.Dr. Stephen Henson1999-02-061-318/+0
* Slightly improved diagnostics.Ben Laurie1999-02-061-1/+1
* Rename v3_bitstr.c to v3_bitst.c to fit in 8+3. Rebuild MINFO to reflectDr. Stephen Henson1999-02-062-13/+13
* Delete bogus V3 prototype and update the *.num files to include ordinals forDr. Stephen Henson1999-02-011-2/+0
* Fix various stuff: that VC++ 5.0 chokes on:Dr. Stephen Henson1999-01-312-0/+9
* Yet more pissing about to get PEM built at the right moment.Ben Laurie1999-01-312-2/+2
* Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.Mark J. Cox1999-01-316-2/+20
* Squeeze a bit more speed out of MD5 assembler.Ben Laurie1999-01-303-748/+19
* More pissing about to get pem.h to behave properly.Ben Laurie1999-01-309-35/+27
* Break circular dependency between pem and err.Ben Laurie1999-01-308-80/+143
* Ignore crypto/x509v3/libRalf S. Engelschall1999-01-301-0/+1
* Update dependencies.Ben Laurie1999-01-301-1/+1
* Add dependencies.Ben Laurie1999-01-301-0/+94
* Update dependencies.Ben Laurie1999-01-301-2/+11
* Fixes to BN code. Previously the default was to define BN_RECURSIONMark J. Cox1999-01-2810-68/+145
* Remember to add the new file this time :-)Dr. Stephen Henson1999-01-281-0/+126
* Add ASN1 code for netscape certificate sequences.Dr. Stephen Henson1999-01-288-3/+93
* Add a few extended key usage OIDs.Dr. Stephen Henson1999-01-262-5/+144
* Oops. One header too many.Ben Laurie1999-01-251-1/+0
* Update dependencies.Ben Laurie1999-01-251-6/+3
* Declare correctly on FreeBSD.Ben Laurie1999-01-251-1/+1
* Reduce header dependencies.Ben Laurie1999-01-252-2/+7
* More X509 V3 stuff. Add support for extensions in the 'req' applicationDr. Stephen Henson1999-01-252-2/+2
* Add file x509v3.err.Dr. Stephen Henson1999-01-241-0/+28
* Minor constification.Ben Laurie1999-01-242-5/+5
* Continuing adding X509 V3 support. This starts to integrate the code withDr. Stephen Henson1999-01-2410-4/+20
* Initial addition of new X509 V3 files, tidy of old files.Dr. Stephen Henson1999-01-2418-81/+2503
* Correct bracketing error.Ben Laurie1999-01-211-5/+5
* Continued patches so certificates and CRLs now can support and useDr. Stephen Henson1999-01-204-19/+36
* This time, get it right.Ben Laurie1999-01-1931-1102/+1248
* Finally lay dependencies to rest (I hope!).Ben Laurie1999-01-1933-34/+1724
* Spelling mistake.Ben Laurie1999-01-191-2/+2
* This is the result of a "make errors" with the new error building functionalityDr. Stephen Henson1999-01-186-0/+24
* New err_code.pl script to retain old error codes. This should allow the useDr. Stephen Henson1999-01-1817-43/+153
* Ignore auto-generated programs.Ben Laurie1999-01-171-0/+2
* Dispose of generated programs.Ben Laurie1999-01-172-1950/+0
* Fix major cockup with short keys in CAST-128.Ben Laurie1999-01-176-219/+239
* Oops. Missing NULL frees.Ben Laurie1999-01-172-0/+6
* Generate an error on an invalid directory.Ben Laurie1999-01-171-1/+5
* Time to blow up the source tree :-) This is the beginning of support forDr. Stephen Henson1999-01-176-9/+433
* Submitted by: Neil Costigan <neil.costigan@celocom.com>Dr. Stephen Henson1999-01-141-5/+5
* Fix OBJ_txt2nid(): old function was broken when input used the "dot" form, e.g.Dr. Stephen Henson1999-01-122-31/+48
* Add prototype, fix parameter passing bug.Ben Laurie1999-01-102-16/+25
* Get rid of redundant files.Ben Laurie1999-01-095-0/+0
* Accept NULL in *_free.Ben Laurie1999-01-0716-4/+44
* Fix things so DH_free() will be no-op when passed NULL, like RSA_free() andDr. Stephen Henson1999-01-062-1/+2
* Free the right thing.Ben Laurie1999-01-041-1/+1
* Only free if it ain't NULL.Ben Laurie1999-01-042-2/+4
* Remove the bugfix that was really a bug.Ben Laurie1999-01-041-1/+1