Transfer parameter handling and key comparison to algorithm methods.
[openssl.git] / crypto / asn1 /
2006-03-20 Dr. Stephen HensonTransfer parameter handling and key comparison to algor...
2006-03-20 Dr. Stephen HensonInitial support for pluggable public key ASN1 support...
2006-03-15 Nils Larschfix problems found by coverity: remove useless code
2006-03-15 Nils Larschcreate BN_CTX object
2006-03-05 Nils Larschconstify some print and ts functions
2006-03-04 Nils Larschmake some parameters const
2006-02-21 Dr. Stephen HensonPrint out <INVALID> if an OID value is invalid.
2006-02-19 Dr. Stephen HensonTolerate a SEQUENCE in DN components.
2006-02-15 Nils Larschmake some internal functions static; patch supplied...
2006-02-15 Dr. Stephen HensonFix warnings.
2006-02-12 Ulf Möllermake update
2006-02-12 Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2006-02-08 Nils Larschp could be uninitialized
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2006-01-31 Dr. Stephen HensonIgnore zero length constructed segments.
2006-01-29 Nils Larschadd additional checks + cleanup
2006-01-19 Dr. Stephen HensonFixes for BOOL handling: produce errors for invalid...
2006-01-14 Nils Larschsupport numeric strings in ASN1_generate_nconf
2006-01-08 Bodo MöllerAvoid contradictive error code assignments.
2006-01-08 Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2006-01-03 Dr. Stephen HensonIn ASN1_parse() show tag value for ASN1 tags > 30.
2005-12-05 Dr. Stephen HensonUpdate from stable branch.
2005-11-20 Dr. Stephen HensonExtensive OID code enhancement and fixes.
2005-10-02 Dr. Stephen HensonOops :-)
2005-09-30 Dr. Stephen HensonMake OPENSSL_NO_COMP compile again.
2005-09-20 Andy Polyakov"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT...
2005-09-16 Dr. Stephen HensonFix for Win32.
2005-09-03 Dr. Stephen HensonUpdate print macro properly this time...
2005-09-03 Dr. Stephen HensonUpdate ASN1 print implement macro.
2005-09-03 Dr. Stephen HensonUpdate asn1t.h too for ASN1 print.
2005-09-03 Dr. Stephen HensonUpdate to ASN1 printing code.
2005-09-01 Dr. Stephen HensonExtend callback function to support print customization.
2005-09-01 Dr. Stephen HensonReturn 2 from X509_NAME printing routine to add newline.
2005-09-01 Dr. Stephen HensonUpdate ASN1 printing code and add a -print option to...
2005-09-01 Dr. Stephen HensonInitial support for ASN1 print code.
2005-08-28 Nils Larschfix warnings when building openssl with the following...
2005-08-21 Ben LaurieMake D-H safer, include well-known primes.
2005-08-21 Dr. Stephen HensonUse correct date and filename.
2005-08-20 Dr. Stephen HensonDelete old ASN1_METHOD files.
2005-08-20 Dr. Stephen HensonAdd file which includes new ASN1 NETSCAPE format for...
2005-08-20 Dr. Stephen HensonRemove ASN1_METHOD code replace with new ASN1 alternative.
2005-08-20 Dr. Stephen HensonNew version of ASN1 print code, still not compiled...
2005-07-27 Nils Larschremove unused variable
2005-07-26 Nils Larschimproved error checking and some fixes
2005-07-26 Dr. Stephen HensonHandle case where it==NULL
2005-07-26 Dr. Stephen HensonUpdate ASN1 printing code. Highly experimental, not...
2005-07-16 Nils Larschmake
2005-05-18 Nils Larschmake the type parameter const when ID2_OF_const() is...
2005-05-17 Andy PolyakovEngage Applink for VC builds.
2005-05-17 Andy PolyakovMove cryptlib.h prior bio.h. Actually it makes sense...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Nils Larschecc api cleanup; summary:
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-12 Dr. Stephen HensonSome C compilers produce warnings or compilation errors...
2005-05-11 Bodo MöllerFix more error codes.
2005-05-10 Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-05-09 Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-05-08 Nils Larschgive EC_GROUP_*_nid functions a more meaningful name
2005-04-30 Dr. Stephen HensonTypo.
2005-04-30 Dr. Stephen HensonDon't attempt to parse nested ASN1 strings by default.
2005-04-30 Dr. Stephen HensonUse more efficient way to locate end of an ASN1 structure.
2005-04-26 Dr. Stephen HensonPort from stable branch.
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-23 Nils Larschmake asn.1 field names const
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2005-04-20 Dr. Stephen HensonRename typed version of M_ASN1_get M_ASN1_get_x to...
2005-04-20 Richard Levittesigned vs. unsigned.
2005-04-20 Richard LevitteResolve signed vs. unsigned.
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-07 Nils Larschmake sure error queue is totally emptied
2005-04-05 Nils Larschsome const fixes and cleanup
2005-03-31 Ben LaurieConsistency.
2005-03-31 Ben LaurieSimplicate and add lightness.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-03-30 Ben LaurieConstification.
2005-01-27 Richard LevitteCheck for errors from EVP_VerifyInit_ex(), or EVP_Verif...
2005-01-27 Richard LevitteGet rid if the annoying warning
2004-12-12 Dr. Stephen HensonRemove duplicate lines.
2004-12-09 Dr. Stephen HensonAutomatically mark the CRL cached encoding as invalid...
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-10-04 Dr. Stephen HensonFix race condition when CRL checking is enabled.
2004-09-13 Dr. Stephen HensonChange values of MBSTRING_* to the form MBSTRING_FLAG...
2004-08-10 Dr. Stephen HensonMake ASN1_INTEGER_cmp() work as expected with negative...
2004-07-04 Dr. Stephen HensonPKCS#8 fixes from stable branch.
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-04-27 Dr. Stephen HensonMake ASN1 code work again...
2004-04-25 Dr. Stephen HensonMore ASN1 reformat/tidy.
2004-04-24 Dr. Stephen HensonReformat/tidy some of the ASN1 code.
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-03-28 Dr. Stephen HensonRemove obsolete files.
2004-03-27 Dr. Stephen HensonExtend OID config module format.
2004-03-23 Dr. Stephen HensonInitial support for certificate policy checking and...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-03-05 Dr. Stephen HensonCleanup ASN1 OID module when it exits.
2004-01-27 Richard LevitteAvoid signed vs. unsigned warnings (which are treated...
next