aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller2001-03-051-1/+8
* Introduce the possibility to access global variables throughRichard Levitte2001-03-022-4/+4
* make updateRichard Levitte2001-02-261-116/+112
* Trap an invalid ASN1_ITEM construction and print outDr. Stephen Henson2001-02-253-4/+16
* Print out OID of unknown signature or public keyDr. Stephen Henson2001-02-241-6/+11
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-2320-41/+40
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-2310-62/+216
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-452/+439
* Exported header files should not include e_os.h.Richard Levitte2001-02-221-1/+0
* Rebuild ASN1 error codes to remove unused function and reason codes.Dr. Stephen Henson2001-02-222-200/+46
* 'make update'Geoff Thorpe2001-02-212-31/+39
* Include string.h so mem*() functions get properly declared.Richard Levitte2001-02-201-0/+1
* Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte2001-02-201-2/+2
* Include string.h so mem* functions get properly declared.Richard Levitte2001-02-201-0/+1
* Include string.h so mem* functions get properly declared.Richard Levitte2001-02-201-0/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-203-8/+8
* Make all configuration macros available for application by makingRichard Levitte2001-02-1919-613/+591
* New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson2001-02-163-2/+8
* Fix CRL printing to correctly show when there are no revoked certificates.Dr. Stephen Henson2001-02-103-1/+3
* Various Win32 related fixed. Make no-krb5 work in mkdef.pl .Dr. Stephen Henson2001-02-091-0/+2
* Include string.h (whis is in all relevant standards) instead ofBodo Möller2001-02-051-1/+1
* Make depend.Ben Laurie2001-02-041-487/+525
* Fix a warning.Ben Laurie2001-02-041-0/+1
* Fix ASN1_TIME_to_generlizedtime().Dr. Stephen Henson2001-02-041-2/+2
* Various OCSP responder utility functions.Dr. Stephen Henson2001-02-032-0/+48
* Various function for commmon operations.Dr. Stephen Henson2001-02-022-17/+5
* Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson2001-01-241-3/+27
* Fixes to various ASN1_INTEGER routines for negative case.Dr. Stephen Henson2001-01-192-1/+13
* Fix typo in OCSP ASN1 module, this causedDr. Stephen Henson2001-01-111-1/+1
* Fix typo in OCSP nonce extension.Dr. Stephen Henson2001-01-043-5/+9
* 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