Check malloc
[openssl.git] / crypto / asn1 /
2016-02-11 Dr. Stephen Hensonuse consistent error messages
2016-02-11 Dr. Stephen HensonPrint out bad content octets.
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-05 Dr. Stephen HensonAllocate ASN1_bn_print buffer internally.
2016-02-05 Dr. Stephen HensonAdd ASN1_buf_print to print a buffer in ASN1_bn_print...
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-23 FdaSilvaYYFix possible memory leak on BUF_MEM_grow_clean failure
2016-01-23 mrprefree item after sk_push fail
2016-01-20 Rich SalzRemove update tags
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2016-01-11 Viktor DukhovniEnable/disable crypto-mdebug just like other features
2016-01-07 Dr. Stephen HensonOnly declare stacks in headers
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2015-12-22 Rich SalzCleanup CRYPTO_{push,pop}_info
2015-12-22 Rich SalzRename *_realloc_clean to *_clear_realloc
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-14 Dr. Stephen HensonNew function X509_get0_pubkey
2015-12-09 Dr. Stephen Hensonmake update
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
next