aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* Fix d2i_ASN1_INTEGER() and i2d_ASN1_INTEGER() so it correctly works outDr. Stephen Henson1999-06-241-14/+6
* Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1999-06-212-0/+5
* "make update"Bodo Möller1999-06-211-10/+12
* Fix to i2d_DSAPublicKey() to return the correct length.Dr. Stephen Henson1999-06-111-1/+2
* Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson1999-06-102-0/+2
* Avoid warnings.Bodo Möller1999-06-101-2/+2
* Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1999-06-081-3/+3
* This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson1999-06-072-2/+1
* More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0Dr. Stephen Henson1999-06-065-26/+125
* Some constification and stacks that slipped through the cracks (how?).Ben Laurie1999-06-041-0/+5
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-047-0/+87
* Evil cast extermination.Ben Laurie1999-06-021-1/+1
* stack.Ben Laurie1999-06-023-13/+19
* Move stack implementations to more natural places.Ben Laurie1999-06-024-7/+6
* Stack.Ben Laurie1999-06-022-13/+19
* stack.Ben Laurie1999-05-312-8/+12
* Stack.Ben Laurie1999-05-313-10/+20
* More stack.Ben Laurie1999-05-311-10/+16
* Another stack.Ben Laurie1999-05-301-6/+9
* Another safe stack.Ben Laurie1999-05-301-9/+11
* Another safe stack.Ben Laurie1999-05-302-17/+26
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-636/+680
* Add a kludge :-(Bodo Möller1999-05-201-55/+53
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-707/+665
* Spelling error.Ulf Möller1999-05-184-7/+8
* Update dependencies.Bodo Möller1999-05-151-575/+617
* The encoding of negative ASN1 INTEGERs and the conversion of BNs to negativeDr. Stephen Henson1999-05-147-48/+230
* Update dependencies.Ben Laurie1999-05-131-10/+11
* VMS support.Ulf Möller1999-05-131-0/+42
* Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1999-05-094-5/+5
* GeneralizedTime setting fixes.Dr. Stephen Henson1999-05-082-2/+2
* Some comments.Bodo Möller1999-05-063-4/+4
* Update HPUX config, work around HPUX library incompatibility.Ulf Möller1999-05-043-6/+9
* Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).Ralf S. Engelschall1999-05-041-0/+3
* Yet another stack.Ben Laurie1999-05-023-28/+96
* Update dependencies.Ben Laurie1999-05-011-33/+35
* Another stack.Ben Laurie1999-05-014-34/+41
* Another stack.Ben Laurie1999-05-013-12/+37
* Another safe stack.Ben Laurie1999-05-012-18/+24
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3
* Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1999-04-281-3/+3
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-2714-12/+29
* Remove NOPROTO-related macros.Ulf Möller1999-04-261-1/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-2663-471/+1
* Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1999-04-241-3/+2
* Restore ERRC definitions that are needed to compile the library.Bodo Möller1999-04-241-0/+1
* Avoid "incomprehensible" errors when required definitions are missing.Bodo Möller1999-04-241-0/+3
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-241-2/+0