Add -install_name in link_a.darwin rule.
[openssl.git] / crypto / asn1 /
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...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-10 Geoff ThorpeAvoid possible memory leaks in error-handling.
2003-11-10 Dr. Stephen HensonPrint out GeneralizedTime and UTCTime in ASN1_STRING_pr...
2003-10-29 Geoff ThorpeRemove a line that was causing redundant declarations.
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-09-30 Dr. Stephen HensonASN1 parse fix and release file changes.
2003-08-21 Dr. Stephen Hensonoutlen should be int * in out_utf8.
2003-05-21 Richard LevitteFix sign bugs.
2003-05-07 Dr. Stephen HensonAdd correct DN entry for serialNumber.
2003-04-10 Dr. Stephen HensonTypo.
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_BIO and...
2003-03-20 Dr. Stephen HensonNew ASN1 macros to just implement and declare the new...
2003-03-14 Dr. Stephen HensonAdd entry for domainComponent so it is treated correctly.
2003-02-25 Dr. Stephen HensonFix indefinite length encoding so EOC correctly updates
2003-02-21 Bodo MöllerECPublicKey_set_octet_string and ECPublicKey_get_octet_...
2003-02-20 Dr. Stephen HensonOoops forgot to recognise V_ASN1_GENERALSTRING.
2003-02-18 Dr. Stephen HensonTypo.
2003-02-11 Dr. Stephen HensonGeneralString support in mini-ASN1 compiler
2003-01-24 Bodo MöllerFor ecdsa-with-SHA1, as for id-dsa-with-sha1, omit...
2003-01-24 Dr. Stephen HensonCheck return value of gmtime() and add error codes
2003-01-01 Richard LevitteMake sure the last character of the ASN.1 time string...
next