summaryrefslogtreecommitdiff
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* 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
* Constification.Ben Laurie1999-10-233-8/+8
* Don't return stuff from void functions.Ben Laurie1999-10-2312-17/+17
* New function ASN1_mbstring_copy() to handle ASN1 string copying. UltimatelyDr. Stephen Henson1999-10-214-4/+383
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-2050-220/+357
* Initial support for certificate purpose checking: this willDr. Stephen Henson1999-10-131-0/+1
* Add EX_DATA support to X509.Dr. Stephen Henson1999-10-111-1/+23
* Fix for bug in pkcs12 program and typo in ASN1_tag2str().Dr. Stephen Henson1999-10-051-1/+1
* Add support for public key input and output in rsa and dsa utilities with someDr. Stephen Henson1999-10-041-9/+0
* Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed messageDr. Stephen Henson1999-10-041-1/+2
* Lots of evil casts to stop VC++ choking with "possible loss of data"Dr. Stephen Henson1999-09-191-21/+21
* Various CRL enhancements tidies and workaround for broken CRLs.Dr. Stephen Henson1999-09-181-12/+9
* Initial support for MacOS.Andy Polyakov1999-09-113-6/+15
* New function to convert ASN1 tag values to strings. Also fix typo in asn1.hDr. Stephen Henson1999-09-072-49/+24
* New UTF8 utility functions to parse/generate UTF8 strings.Dr. Stephen Henson1999-09-042-0/+153
* Add new 'spkac' utility and several SPKAC utility functions.Dr. Stephen Henson1999-09-032-2/+135