aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* 'make update'Richard Levitte2001-10-041-231/+231
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* Support fractional seconds in GeneralizedTimeDr. Stephen Henson2001-09-281-0/+13
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-9/+4
* gcc can't spot that 'derlst' is not used uninitialised, so appease it.Geoff Thorpe2001-08-261-1/+1
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-3/+4
* Start to reduce some of the header bloat.Ben Laurie2001-08-052-139/+141
* Header bloat reduction for EVP_PKEY.Ben Laurie2001-08-034-0/+8
* make updateRichard Levitte2001-07-311-64/+71
* Vade retro C++ comments!Richard Levitte2001-07-311-1/+3
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-303-486/+250
* More linker bloat reorganisation:Dr. Stephen Henson2001-07-2710-19/+34
* Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte2001-07-092-0/+4
* Another empty X509_NAME fix.Dr. Stephen Henson2001-06-261-0/+2
* Handle empty X509_NAME in printing routines.Dr. Stephen Henson2001-06-261-2/+2
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-8/+3
* cp is only used when DSA is built.Richard Levitte2001-06-191-1/+1
* Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson2001-06-111-1/+3
* 'make update'Richard Levitte2001-06-051-3/+3
* New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte2001-05-163-69/+14
* Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson2001-04-212-3/+8
* Fix warning.Ben Laurie2001-04-161-1/+5
* Don't use 'tt' uninitialized when reporting an errorBodo Möller2001-04-051-1/+0
* Rewrite CHOICE field setting code to properly handleDr. Stephen Henson2001-04-022-13/+22
* Overhaul the display of certificate details inDr. Stephen Henson2001-03-152-5/+13
* Document the -certopt option to the x509 utility.Dr. Stephen Henson2001-03-151-2/+4
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* avoid compiler warningBodo Möller2001-03-081-1/+1
* Get rid of '#define ERR_file_name __FILE__', which is unnecessary indirection.Bodo Möller2001-03-081-1/+1
* 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