Embed various signature algorithms.
[openssl.git] / crypto / asn1 /
2015-09-17 Dr. Stephen HensonEmbed various signature algorithms.
2015-09-17 Filipe DA SILVART4047: Set reference count earlier
2015-09-16 Dr. Stephen HensonEmbed X509_REQ_INFO
2015-09-16 Dr. Stephen HensonEmbed X509_CINF
2015-09-16 Dr. Stephen HensonX509_CRL_INFO embed
2015-09-16 Dr. Stephen HensonChange X509_VAL in X509 structure to embedded.
2015-09-16 Dr. Stephen HensonNew ASN.1 embed macro.
2015-09-14 Kurt Roeckxd2i: don't update input pointer on failure
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-09 David WoodhouseRT3993: Fix error found by VS2008
2015-09-07 Matt CaswellUpdates for NumericString support
2015-09-07 Dmitry BelyavskyAdd NumericString support
2015-09-04 Rich SalzRT3998: Allow scrypt to be disabled
2015-09-03 David WoodhouseRevert "OPENSSL_NO_xxx cleanup: RFC3779"
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-09-02 Dr. Stephen Hensonmake update
2015-09-02 Dr. Stephen Hensonmake X509_CRL opaque
2015-08-31 Dr. Stephen Hensonmake update
2015-08-31 mrprecheck bn_new return value
2015-08-31 Dr. Stephen Hensonmake X509_REQ opaque
2015-08-31 Dr. Stephen Hensonmake X509_CERT_AUX opaque
2015-08-28 Alessandro GhediniGH354: Memory leak fixes
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-07-16 Rich SalzRemove obsolete key formats.
2015-06-23 Rich SalzMore secure storage of key material.
2015-06-13 Dr. Stephen HensonEncode b == NULL or blen == 0 as zero.
2015-06-06 Dr. Stephen HensonCheck ASN1_INTEGER_get for errors.
2015-06-03 Sergey AgievichAdd funtions to set item_sign and item_verify
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-21 Dr. Stephen Hensonmake update
2015-05-21 Dr. Stephen HensonAdd scrypt PBE algorithm code.
2015-05-20 Dr. Stephen HensonAdd functions to convert between uint64_t and ASN1_INTEGER.
2015-05-18 Dr. Stephen HensonASN1 INTEGER refactor.
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-04 Dr. Stephen HensonReturn an error in ASN1_TYPE_unpack_sequence if argumen...
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich SalzRemove goto inside an if(0) block
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-30 Rich Salzfree NULL cleanup 8
2015-04-28 Rich Salzrealloc of NULL is like malloc
2015-04-28 Rich Salzremove malloc casts
2015-04-18 Dr. Stephen HensonFix encoding bug in i2c_ASN1_INTEGER
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-16 Dr. Stephen HensonReject empty generation strings.
2015-04-16 Dr. Stephen HensonLimit depth of nested sequences when generating ASN.1
2015-04-10 Dr. Stephen HensonDon't set *pval to NULL in ASN1_item_ex_new.
2015-04-03 Dr. Stephen Hensonmake depend
2015-04-03 Dr. Stephen HensonRemove old ASN.1 functions.
2015-04-03 Dr. Stephen HensonRemove unnecessary use of ASN1_const_CTX
2015-04-01 Emilia Kaspermake update
2015-03-31 Dr. Stephen HensonRemove old ASN.1 code from evp_asn1.c
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-30 Dr. Stephen HensonRemove duplicate code.
2015-03-30 Dr. Stephen HensonNew ASN1_TYPE SEQUENCE functions.
2015-03-30 Dr. Stephen HensonRewrite X509_PKEY_new to avoid old ASN1. macros.
2015-03-30 Dr. Stephen HensonRemove unnecessary asn1_mac.h includes.
2015-03-28 Dr. Stephen HensonRemove d2i_X509_PKEY and i2d_X509_PKEY
2015-03-28 Rich Salzfree NULL cleanup
2015-03-28 Dr. Stephen HensonMake asn1_ex_i2c, asn1_ex_c2i static.
2015-03-26 Dr. Stephen HensonRemove combine option from ASN.1 code.
2015-03-26 Dr. Stephen HensonMove more internal only functions to asn1_locl.h
2015-03-25 Dr. Stephen Hensonmake update
2015-03-25 Dr. Stephen HensonMove internal only ASN.1 functions to asn1_locl.h
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Dr. Stephen Hensonmake depend
2015-03-25 Dr. Stephen Hensonmake X509_NAME opaque
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-24 Dr. Stephen Hensonmake ASN1_OBJECT opaque
2015-03-24 Dr. Stephen Hensonmake depend
2015-03-24 Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-03-24 Rich Salzfree NULL cleanup
2015-03-23 Dr. Stephen HensonRemove old style ASN.1 support.
2015-03-23 Dr. Stephen HensonFix build.
2015-03-23 Dr. Stephen Hensonmake X509_EXTENSION opaque
2015-03-23 Dr. Stephen HensonRemove deleted functions, update ordinals.
2015-03-23 Dr. Stephen HensonRemove {i2d,d2i}_ASN1_BOOLEAN
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-03-19 Matt CaswellFix a failure to NULL a pointer freed on error.
2015-03-19 Dr. Stephen HensonFix ASN1_TYPE_cmp
2015-03-19 Dr. Stephen HensonFree up ADB and CHOICE if already initialised.
2015-03-16 Dr. Stephen HensonMake X509_ATTRIBUTE opaque.
2015-03-15 Carl JacksonFix regression in ASN1_UTCTIME_cmp_time_t
2015-03-13 Dr. Stephen HensonAllocate string types directly.
2015-03-12 Dr. Stephen HensonRemove obsolete declarations.
2015-03-12 Dr. Stephen HensonASN.1 print fix.
2015-03-12 Matt CaswellFix asn1_item_print_ctx
2015-03-12 Matt CaswellASN1_primitive_new NULL param handling
next