summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-26Make sure buffers are large enough even for weird parametersBodo Möller
2002-06-14Some more prototype fixes.Lutz Jänicke
2002-06-13Add support for DJGPP.Richard Levitte
2002-06-13Add missing prototypes.Lutz Jänicke
2002-06-05It's not good to have a pointer point at something in an inner block.Richard Levitte
2002-05-31Fix warnings.Ben Laurie
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-05-29Make i2c_ASN1_BIT_STRING return the correct length.Dr. Stephen Henson
2002-05-22Remove warnings about uninitialised variables.Richard Levitte
2002-05-18Add missing EVP_CIPHER_CTX_init call.Dr. Stephen Henson
2002-04-26Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (notBodo Möller
2002-03-12Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson
2002-02-23Remove old commentDr. Stephen Henson
2002-02-15Don't call finish function if it isn't set.Dr. Stephen Henson
2002-02-03ASN1_BIT_STRING_set_bit() didn't clear previously set bitsRichard Levitte
2002-01-29Shut up compiler warnings for inconsistent declarations.Lutz Jänicke
2002-01-18Constification, add config to /dev/crypto.Ben Laurie
2002-01-05Experimental configuration code.Dr. Stephen Henson
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-12-01NO_DSA, NO_RSA patches.Dr. Stephen Henson
2001-11-15make updateRichard Levitte
2001-11-09cast to 'unsigned long' before using ~ if we need an unsigned long resultBodo Möller
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-10-04'make update'Richard Levitte
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-09-28Support fractional seconds in GeneralizedTimeDr. Stephen Henson
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-08-26gcc can't spot that 'derlst' is not used uninitialised, so appease it.Geoff Thorpe
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-08-03Header bloat reduction for EVP_PKEY.Ben Laurie
2001-07-31make updateRichard Levitte
2001-07-31Vade retro C++ comments!Richard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson
2001-07-09Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 inRichard Levitte
2001-06-26Another empty X509_NAME fix.Dr. Stephen Henson
2001-06-26Handle empty X509_NAME in printing routines.Dr. Stephen Henson
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-06-19cp is only used when DSA is built.Richard Levitte
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson
2001-06-05'make update'Richard Levitte
2001-05-16New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte
2001-04-21Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson
2001-04-16Fix warning.Ben Laurie
2001-04-05Don't use 'tt' uninitialized when reporting an errorBodo Möller
2001-04-02Rewrite CHOICE field setting code to properly handleDr. Stephen Henson
2001-03-15Overhaul the display of certificate details inDr. Stephen Henson