aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller2002-03-141-1/+3
* Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson2002-03-121-0/+2
* EC curve stuffBodo Möller2002-03-081-3/+11
* make errorsDr. Stephen Henson2002-02-222-1/+7
* Update from stable branch.Dr. Stephen Henson2002-02-221-11/+21
* ECDSA supportBodo Möller2002-02-1312-172/+642
* ASN1_BIT_STRING_set_bit() didn't clear previously set bitsRichard Levitte2002-02-031-0/+1
* Shut up compiler warnings for inconsistent declarations.Lutz Jänicke2002-01-292-2/+2
* Constification, add config to /dev/crypto.Ben Laurie2002-01-182-1/+16
* Experimental configuration code.Dr. Stephen Henson2002-01-053-2/+88
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-2/+0
* NO_DSA, NO_RSA patches.Dr. Stephen Henson2001-12-014-0/+16
* make updateRichard Levitte2001-11-151-1/+1
* cast to 'unsigned long' before using ~ if we need an unsigned long resultBodo Möller2001-11-091-2/+2
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-172-5/+5
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-165-10/+10
* '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