DJGPP adjustments
[openssl.git] / crypto / x509v3 /
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-28 Matt CaswellFree an ASN1_OBJECT in an error path
2016-04-21 Matt CaswellFix a missing return value check in v3_addr
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-18 Rich SalzRename some lowercase API's
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-22 Dr. Stephen HensonMake X509_PUBKEY opaque
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-10 Viktor DukhovniAdd X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flag
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_X509_* to new multi-threading API
2016-03-04 Dmitry-MeGH769: Reuse strndup()
2016-02-25 Adam EijdenbergAdd more CT utility routines to be used as part of...
2016-02-24 Flavio MedeirosGH480: Don't break statements with CPP stuff.
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-05 Viktor DukhovniLong overdue cleanup of X509 policy tree verification
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Viktor DukhovniFix invalid policy detection
2016-01-29 Rich SalzTemplatize util/domd
2016-01-28 Viktor DukhovniComment side-effect only calls of X509_check_purpose
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-15 Zi LinNGX-2040 - fix wildcard match on punycode/IDNA DNS...
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
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-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-10 Rob StradlingSupport the TLS Feature (aka Must Staple) X.509v3 exten...
2015-12-09 Dr. Stephen Hensonmake update
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-18 Richard Levittemake update
2015-10-18 Richard LevitteBecause ct_locl.h is used between modules, move it...
2015-10-15 Dr. Stephen HensonFix self signed handling.
2015-10-09 Adam EijdenbergInitial commit for Certificate Transparency support
2015-09-22 Dr. Stephen Hensonmake update
2015-09-22 Dr. Stephen Hensonheader includes
2015-09-22 Dr. Stephen HensonNew function X509_get0_subject_key_id()
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-14 Kurt Roeckxd2i: don't update input pointer on failure
2015-09-11 Dr. Stephen HensonFix "defined but not used" warnings.
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-09 David WoodhouseRT3992: Make SCT #ifdeffable.
2015-09-05 Dr. Stephen HensonAvoid direct X509 structure access
2015-09-03 David WoodhouseRevert "OPENSSL_NO_xxx cleanup: RFC3779"
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Richard LevitteWin32 build fix: include internal/numbers.h to get...
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-09-02 Viktor DukhovniCleaner handling of "cnid" in do_x509_check
2015-09-01 Dr. Stephen Hensonfunctions to retrieve certificate flags
2015-08-31 Dr. Stephen Hensonmake update
2015-08-31 Dr. Stephen HensonAdd X509_up_ref function.
2015-08-31 Dr. Stephen Hensonmake X509_REQ opaque
2015-07-13 Richard LevitteConversion to UTF-8 where needed
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-14 Dr. Stephen Hensonuse unit64_t for CPUID and timestamp code
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-11 Kurt CancemiAdd missing NULL check in X509V3_parse_list()
2015-05-07 Viktor DukhovniFix typo in valid_star
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-05 Matt Caswellmake update
2015-05-05 Matt CaswellRemove libcrypto to libssl dependency
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-04 Dr. Stephen Hensonmore OSSL_NELEM cases
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 finale
2015-04-30 Rich Salzfree cleanup 12
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-30 Rich Salzfree NULL cleanup 8
2015-04-28 Rich Salzremove malloc casts
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-11 Kurt Roeckxdo_dirname: Don't change gen on failures
2015-04-01 Emilia Kaspermake update
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-25 Dr. Stephen Hensonmake depend
2015-03-25 Dr. Stephen Hensonmake X509_NAME opaque
2015-03-24 Rich Salzfree NULL cleanup
2015-03-24 Richard LevitteAdjust include path
2015-03-23 Dr. Stephen Hensonmake X509_EXTENSION opaque
2015-03-23 Dr. Stephen HensonRemove old ASN.1 code.
2015-03-12 Dr. Stephen HensonRemove obsolete declarations.
2015-03-12 Matt CaswellFix missing return checks in v3_cpols.c
next