aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* "make update"Richard Levitte2000-04-091-48/+52
* Fix a memory leak in PKCS12_parse.Dr. Stephen Henson2000-03-221-0/+2
* Update test suite so that 'make test' succeeds in 'no-rsa' configuration.Bodo Möller2000-03-131-3/+4
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Fix for previous patch: If RAND_pseudo_bytes returns 0, this is not an error.Bodo Möller2000-03-032-3/+4
* Use RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.Bodo Möller2000-03-022-2/+2
* Make ASN1 types real typedefs.Dr. Stephen Henson2000-02-262-2/+2
* More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller2000-02-261-2/+2
* Rename functions for new convention.Dr. Stephen Henson2000-02-262-6/+6
* Make pkcs8 work again.Dr. Stephen Henson2000-02-221-2/+2
* warning.Ulf Möller2000-02-221-1/+1
* Change the 'other' structure in certificate aux info.Dr. Stephen Henson2000-02-201-4/+5
* Pass phrase reorganisation.Dr. Stephen Henson2000-02-161-1/+1
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+1
* Add support for some broken PKCS#8 formats.Dr. Stephen Henson2000-02-051-2/+0
* ispell (and minor modifications)Ulf Möller2000-02-0310-18/+18
* Seek out and destroy another evil cast.Ulf Möller2000-01-3046-64/+64
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-303-3/+3
* Fix CRL encoding bug.Dr. Stephen Henson2000-01-291-9/+5
* Rename asn1/pkcs8.c to asn1/p8_key.c to avoid name conflict.Ulf Möller2000-01-241-1/+1
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-232-8/+9
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-212-3/+4
* Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson2000-01-201-2/+2
* Use CRYPTO_push_info to track down memory leakBodo Möller2000-01-131-0/+1
* Make NO_RSA compile with pedantic.Ben Laurie2000-01-085-0/+31
* apps/openssl.cnf and the documentation say it's "nombstr",Bodo Möller2000-01-071-1/+1
* More X509_ATTRIBUTE changes.Dr. Stephen Henson2000-01-073-3/+7
* Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson2000-01-063-63/+69
* Fix some of the command line password stuff. New functionDr. Stephen Henson2000-01-013-4/+23
* Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson1999-12-293-3/+12
* Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson1999-12-292-101/+45
* New {i2d,d2i}_PrivateKey_{bio, fp} functions.Dr. Stephen Henson1999-12-262-0/+4
* Fixes so NO_RSA works again.Dr. Stephen Henson1999-12-241-1/+4
* Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson1999-12-231-0/+7
* Support for ASN1 NULL type.Dr. Stephen Henson1999-12-225-3/+135
* Fix a typo in a_enum.c.Dr. Stephen Henson1999-12-131-1/+1
* Fix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENTIFIERs.Dr. Stephen Henson1999-12-103-4/+16
* Add i2d_ASN1_PRINTABLESTRING() function, and do 'make update'Dr. Stephen Henson1999-12-082-0/+4
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-023-35/+24
* Add trust setting support to the verify code. It now checks theDr. Stephen Henson1999-11-271-5/+5
* Initial trust code: allow setting of trust checking functionsDr. Stephen Henson1999-11-273-29/+29
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-261-5/+5
* Support for authority information access extension.Dr. Stephen Henson1999-11-232-0/+4
* Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1999-11-213-0/+111
* Support for otherName in GeneralName.Dr. Stephen Henson1999-11-192-0/+4
* Some new names in asn1.h are longer than 31 chars, which disturbs the VMS C c...Richard Levitte1999-11-121-0/+4
* Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson1999-11-082-0/+2
* Allow additional information to be attached to aDr. Stephen Henson1999-11-0410-5/+582
* Continued multibyte character support.Dr. Stephen Henson1999-10-273-1/+31
* More multibyte character support.Dr. Stephen Henson1999-10-255-14/+320