aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
...
* Update OCSP API.Dr. Stephen Henson2001-01-041-3/+9
* Since asn1.h gets included recursively from many places, the easiestRichard Levitte2000-12-311-0/+3
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-313-15/+20
* If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte2000-12-312-19/+30
* ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement ofDr. Stephen Henson2000-12-304-5/+120
* ASN1_ITEM version of ASN1_dup(). Might wantDr. Stephen Henson2000-12-282-1/+27
* Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson2000-12-284-0/+15
* ASN1_ITEM versions of sign, verify, pack and unpack.Dr. Stephen Henson2000-12-285-1/+184
* Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson2000-12-212-6/+11
* New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson2000-12-142-52/+9
* New function X509_signature_print() to remove some duplicateDr. Stephen Henson2000-12-143-48/+25
* Change the PKCS7 structure to use SEQUENCE OF for theDr. Stephen Henson2000-12-132-1/+20
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-132-2/+2
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-0873-6594/+4838
* Make sure bs is assigned NULL when it's free'd, or there will be anRichard Levitte2000-11-192-0/+2
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-101/+88
* Constify DH-related code.Richard Levitte2000-11-073-4/+4
* Constify DSA-related code.Richard Levitte2000-11-0710-14/+17
* Constify the RSA parts of the ASN.1 library. Note some ugly castsRichard Levitte2000-11-069-23/+27
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-273-0/+110
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-79/+136
* More code for X509_print_ex() support.Dr. Stephen Henson2000-10-061-4/+10
* Global DirectoryString mask fix.Dr. Stephen Henson2000-10-043-79/+140
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* Catch V_ASN1_NULL.Richard Levitte2000-09-221-0/+2
* Fix ASN1_TYPE bug.Dr. Stephen Henson2000-09-212-6/+9
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-1/+1
* Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte2000-09-101-0/+7
* More VMS synchronisationRichard Levitte2000-09-091-0/+1
* Fix some CygWin problems.Ulf Möller2000-09-092-6/+5
* Two places where I forgot to change vms_idhacks to symhacks.Richard Levitte2000-09-081-3/+1
* Two new PKCS#12 demo programs.Dr. Stephen Henson2000-09-072-0/+16
* 'make update'Richard Levitte2000-09-071-133/+173
* Get rid of ASN1_UTCTIME_get, which cannot work with time_tBodo Möller2000-09-062-0/+48
* 'make update'Bodo Möller2000-09-061-4/+5
* *BIG* verify code reorganisation.Dr. Stephen Henson2000-09-051-3/+8
* Keep a not of original encoding in certificate requests.Dr. Stephen Henson2000-09-051-0/+21
* Fix typo in i2d_ASN1_ENUMERATEDDr. Stephen Henson2000-08-301-1/+1
* New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson2000-08-243-1/+27
* Add support for 'other' PKCS#7 content types.Dr. Stephen Henson2000-08-221-5/+7
* Fix ASN1_INTEGER_to_BN properly this time...Dr. Stephen Henson2000-08-222-2/+2
* Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.cDr. Stephen Henson2000-08-223-9/+10
* Various fixes...Dr. Stephen Henson2000-08-212-0/+93
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-345/+379
* For n > 7, we might get uninitialized (unzeroed) data.Richard Levitte2000-08-061-2/+2
* Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).Dr. Stephen Henson2000-08-041-2/+2
* Document the new DN printing options.Dr. Stephen Henson2000-07-302-6/+6
* New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson2000-07-285-2/+706
* Add the possibility to get hexdumps of unprintable data when usingRichard Levitte2000-07-272-5/+44
* Fix a bug in the new i2d_{ENUMERATED,INTEGER} thatDr. Stephen Henson2000-07-272-0/+2