make errors
[openssl.git] / crypto / asn1 /
2015-12-07 Richard Levittemake update
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdd inclusion of internal/evp_int.h to all crypto/...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-11-24 Dr. Stephen HensonFix uninitialised p error.
2015-11-24 Dr. Stephen HensonLimit depth of ASN1 parse printing.
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-18 Dr. Stephen Hensonset string type when embedding
2015-10-15 Dr. Stephen HensonHandle embed flag in ASN1_STRING_copy().
2015-10-11 Dr. Stephen Hensonembed support for ASN1_STRING
2015-10-11 Dr. Stephen Hensonembed support for CHOICE type
2015-10-07 Pascal CuoqDon't check pointer we just freed, always set it to...
2015-10-05 Dr. Stephen HensonFree up ASN.1 structures at top level only.
2015-10-03 Kurt RoeckxFix more d2i cases to properly update the input pointer
2015-09-30 David WoodhouseFix no-stdio build
2015-09-22 Dr. Stephen HensonMove certificate request and CRL routines to x509 dir.
2015-09-22 Dr. Stephen HensonMove functions.
2015-09-22 Dr. Stephen HensonUse accessors in X509_REQ_print().
2015-09-22 Dr. Stephen HensonUse accessor functions in X509_CRL_print().
2015-09-22 Dr. Stephen HensonNew accessor X509_REQ_get_X509_PUBKEY()
2015-09-19 Dr. Stephen HensonReturn shared OIDs when decoding.
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
next