Option to set current cert to server certificate.
[openssl.git] / crypto / asn1 / asn1.h
2013-08-05 Dr. Stephen HensonAdd KDF for DH.
2012-11-20 Dr. Stephen Hensonfirst parameter is difference in days, not years
2012-11-19 Dr. Stephen Hensonnew function ASN1_TIME_diff to calculate difference...
2012-10-22 Dr. Stephen HensonNew config module for string tables. This can be used...
2011-02-03 Bodo MöllerFix error codes.
2011-01-24 Dr. Stephen HensonPR: 2433
2010-12-13 Dr. Stephen HensonSupport routines for ASN1 scanning function, doesn...
2010-05-03 Dr. Stephen Hensonexperimental function to convert ASN1_TIME to tm, not...
2010-03-11 Dr. Stephen HensonAlgorithm specific ASN1 signing functions.
2010-03-08 Dr. Stephen HensonRSA PSS verification support including certificates...
2010-03-06 Dr. Stephen HensonAdd algorithm specific signature printing. An individua...
2009-11-25 Dr. Stephen HensonSplit PBES2 into cipher and PBKDF2 versions. This tidie...
2009-09-06 Dr. Stephen HensonPR: 1644
2009-09-02 Dr. Stephen HensonPR: 2013
2009-08-06 Dr. Stephen HensonReject leading 0x80 in OID subidentifiers.
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-06 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-04-03 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-03-25 Dr. Stephen HensonUpdate from stable branch.
2009-03-09 Dr. Stephen HensonPR: 1854
2009-01-28 Dr. Stephen HensonUpdate from stable branch.
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben LaurieMore size_tification.
2008-11-01 Ben Lauriesize_tification.
2008-10-07 Dr. Stephen HensonExperimental new date handling routines. These fix...
2008-06-04 Ben LaurieMore type-checking.
2008-03-31 Dr. Stephen HensonFix it properly this time....
2008-03-31 Dr. Stephen HensonFix macro.
2008-03-31 Dr. Stephen HensonUse correct headers for signed receipts. Use consistent...
2008-03-12 Dr. Stephen HensonAnd so it begins...
2008-02-11 Dr. Stephen HensonExtend attribute setting routines to support non-string...
2007-11-20 Dr. Stephen HensonSubmitted by: "Victor B. Wagner" <vitus@cryptocom.ru>
2007-09-18 Andy PolyakovAddenum to "Constify obj_dat.[ch]."
2007-06-07 Dr. Stephen HensonFinish gcc 4.2 changes.
2007-04-14 Dr. Stephen HensonNew function ASN1_STRING_copy() to copy to an already
2006-12-24 Dr. Stephen HensonExperimental streaming PKCS#7 support.
2006-11-16 Dr. Stephen HensonInitial, incomplete support for typesafe macros without...
2006-07-17 Dr. Stephen HensonFix various error codes to match functions.
2006-05-08 Dr. Stephen HensonUpdate PKCS#7 enveloped data to new API.
2006-05-07 Dr. Stephen HensonAdd support for default public key digest type ctrl.
2006-04-19 Dr. Stephen HensonRemove link between digests and signature algorithms.
2006-03-22 Dr. Stephen HensonMake EVP_PKEY_ASN1_METHOD opaque. Add application level...
2006-03-22 Dr. Stephen HensonGather printing routines into EVP_PKEY_ASN1_METHOD.
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-05 Nils Larschconstify some print and ts functions
2006-03-04 Nils Larschmake some parameters const
2006-02-19 Dr. Stephen HensonTolerate a SEQUENCE in DN components.
2006-02-12 Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2006-01-08 Bodo MöllerAvoid contradictive error code assignments.
2005-09-03 Dr. Stephen HensonUpdate to ASN1 printing code.
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-21 Ben LaurieMake D-H safer, include well-known primes.
2005-08-20 Dr. Stephen HensonRemove ASN1_METHOD code replace with new ASN1 alternative.
2005-05-18 Nils Larschmake the type parameter const when ID2_OF_const() is...
2005-05-12 Dr. Stephen HensonSome C compilers produce warnings or compilation errors...
2005-05-11 Bodo MöllerFix more error codes.
2005-05-09 Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
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 Bodo MöllerFix various incorrect error function codes.
2005-03-31 Ben LaurieSimplicate and add lightness.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieConstification.
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-09-13 Dr. Stephen HensonChange values of MBSTRING_* to the form MBSTRING_FLAG...
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-04-10 Dr. Stephen HensonTypo.
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-01-24 Dr. Stephen HensonCheck return value of gmtime() and add error codes
2002-11-12 Dr. Stephen HensonInitial ASN1 generation code. This can construct
2002-10-14 Richard Levittemakedepend complains when a header file is included...
2002-10-03 Dr. Stephen HensonPreliminary streaming ASN1 encode support.
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-06-14 Lutz JänickeSome more prototype fixes.
2002-03-12 Dr. Stephen HensonFix various warnings when compiling with KRB5 code.
2002-02-22 Dr. Stephen Hensonmake errors
2002-02-13 Bodo MöllerECDSA support
2002-01-05 Dr. Stephen HensonExperimental configuration code.
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-11-15 Richard Levittemake update
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-07-09 Richard LevittePatches from Vern Staats <staatsvr@asc.hpc.mil> to...
2001-03-02 Richard LevitteIntroduce the possibility to access global variables...
2001-02-25 Dr. Stephen HensonTrap an invalid ASN1_ITEM construction and print out
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2001-02-22 Richard LevitteExported header files should not include e_os.h.
2001-02-22 Dr. Stephen HensonRebuild ASN1 error codes to remove unused function...
2001-02-21 Geoff Thorpe'make update'
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-16 Dr. Stephen HensonNew options to 'ca' utility to support CRL entry extens...
2001-02-03 Dr. Stephen HensonVarious OCSP responder utility functions.
2000-12-31 Richard LevitteSince asn1.h gets included recursively from many places...
2000-12-31 Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-12-31 Richard LevitteIf OPENSSL_BUILD_SHLIBCRYPTO (for files that end up...
2000-12-30 Dr. Stephen HensonASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of
next