aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1
AgeCommit message (Expand)AuthorFilesLines
2001-02-22Exported header files should not include e_os.h.Richard Levitte1-1/+0
2001-02-22Rebuild ASN1 error codes to remove unused function and reason codes.Dr. Stephen Henson2-200/+46
2001-02-21'make update'Geoff Thorpe2-31/+39
2001-02-20Include string.h so mem*() functions get properly declared.Richard Levitte1-0/+1
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte1-2/+2
2001-02-20Include string.h so mem* functions get properly declared.Richard Levitte1-0/+1
2001-02-20Include string.h so mem* functions get properly declared.Richard Levitte1-0/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte3-8/+8
2001-02-19Make all configuration macros available for application by makingRichard Levitte19-613/+591
2001-02-16New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson3-2/+8
2001-02-10Fix CRL printing to correctly show when there are no revoked certificates.Dr. Stephen Henson3-1/+3
2001-02-09Various Win32 related fixed. Make no-krb5 work in mkdef.pl .Dr. Stephen Henson1-0/+2
2001-02-05Include string.h (whis is in all relevant standards) instead ofBodo Möller1-1/+1
2001-02-04Make depend.Ben Laurie1-487/+525
2001-02-04Fix a warning.Ben Laurie1-0/+1
2001-02-04Fix ASN1_TIME_to_generlizedtime().Dr. Stephen Henson1-2/+2
2001-02-03Various OCSP responder utility functions.Dr. Stephen Henson2-0/+48
2001-02-02Various function for commmon operations.Dr. Stephen Henson2-17/+5
2001-01-24Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson1-3/+27
2001-01-19Fixes to various ASN1_INTEGER routines for negative case.Dr. Stephen Henson2-1/+13
2001-01-11Fix typo in OCSP ASN1 module, this causedDr. Stephen Henson1-1/+1
2001-01-04Fix typo in OCSP nonce extension.Dr. Stephen Henson3-5/+9
2001-01-04Update OCSP API.Dr. Stephen Henson1-3/+9
2000-12-31Since asn1.h gets included recursively from many places, the easiestRichard Levitte1-0/+3
2000-12-31Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson3-15/+20
2000-12-31If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte2-19/+30
2000-12-30ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement ofDr. Stephen Henson4-5/+120
2000-12-28ASN1_ITEM version of ASN1_dup(). Might wantDr. Stephen Henson2-1/+27
2000-12-28Add NO_ASN1_OLD to remove some old style functions:Dr. Stephen Henson4-0/+15
2000-12-28ASN1_ITEM versions of sign, verify, pack and unpack.Dr. Stephen Henson5-1/+184
2000-12-21Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson2-6/+11
2000-12-14New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson2-52/+9
2000-12-14New function X509_signature_print() to remove some duplicateDr. Stephen Henson3-48/+25
2000-12-13Change the PKCS7 structure to use SEQUENCE OF for theDr. Stephen Henson2-1/+20
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte2-2/+2
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson73-6594/+4838
2000-11-19Make sure bs is assigned NULL when it's free'd, or there will be anRichard Levitte2-0/+2
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller1-101/+88
2000-11-07Constify DH-related code.Richard Levitte3-4/+4
2000-11-07Constify DSA-related code.Richard Levitte10-14/+17
2000-11-06Constify the RSA parts of the ASN.1 library. Note some ugly castsRichard Levitte9-23/+27
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte3-0/+110
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte1-79/+136
2000-10-06More code for X509_print_ex() support.Dr. Stephen Henson1-4/+10
2000-10-04Global DirectoryString mask fix.Dr. Stephen Henson3-79/+140
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-09-22Catch V_ASN1_NULL.Richard Levitte1-0/+2
2000-09-21Fix ASN1_TYPE bug.Dr. Stephen Henson2-6/+9
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-1/+1
2000-09-10Marin Kraemer <Martin.Kraemer@MchP.Siemens.De> sent us patches to makeRichard Levitte1-0/+7