index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
x509v3
Age
Commit message (
Expand
)
Author
2017-07-20
Allow leading . in nameConstraints. from openssl via jabberwock. ok jsing
Ted Unangst
2017-06-22
Distinguish between self-issued certificates and self-signed certificates.
Joel Sing
2017-05-02
the XXXfree functions being called accept NULL, so don't check first.
Theo de Raadt
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2017-01-21
Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.
Joel Sing
2016-12-30
Expand ASN1_ITEM_rptr macros - no change in preprocessor output.
Joel Sing
2016-12-30
Expand ASN1_ITEM_ref and ASN1_ITEM_ptr macros - no change in generated
Joel Sing
2016-12-27
Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been
Joel Sing
2016-12-27
Expand DECLARE_ASN1_ITEM macros - no change in preprocessor output.
Joel Sing
2016-12-21
Explicitly export a list of symbols from libcrypto.
Joel Sing
2016-11-08
Stricter checks of ASN1_INTEGER to reject ASN1_NEG_INTEGER in places when
Miod Vallat
2016-11-05
Check BIO_new*() for failure.
Miod Vallat
2016-09-04
Expand DECLARE_ASN1_.*FUNCTIONS macros.
Joel Sing
2016-08-31
Bring in functions used by stunnel and exim from BoringSSL - this brings
Bob Beck
2016-03-11
X509_free(3) is NULL-safe, so remove NULL checks before its calls.
Michael McConville
2015-12-14
initialize ext_len to 0.
Bob Beck
2015-09-30
Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).
Joel Sing
2015-09-30
Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). Same
Joel Sing
2015-09-30
Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is
Joel Sing
2015-09-29
Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls to
Joel Sing
2015-09-26
Use ASN1_item_dup() instead of ASN1_dup().
Joel Sing
2015-07-29
Use named initialisers for X509V3_EXT_METHOD structs (for the usual
Joel Sing
2015-07-29
Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated
Joel Sing
2015-07-25
Expand ASN.1 template macros that got missed in the last pass - only change
Joel Sing
2015-07-25
Expand ASN.1 template macros - the generated assembly only differs by
Joel Sing
2015-07-19
Remove case that can never happen.
Doug Hogan
2015-07-18
Fix leak found by coverity, issue 78897 - which also brough to
Bob Beck
2015-07-15
Memory leak; Coverity CID 78836
Miod Vallat
2015-07-15
Unchecked allocations, and make sure we do not leak upon error. Fixes
Miod Vallat
2015-07-15
Avoid leaking objects upon error; tweaks & ok doug@
Miod Vallat
2015-02-17
Memory leak in error path. Coverity CID 78822.
Miod Vallat
2015-02-15
Check ASN1_OCTET_STRING_new() for failure. Coverity CID 78904
Miod Vallat
2015-02-14
Memory leak in `should not happen' condition; Coverity CID 78889.
Miod Vallat
2015-02-14
Memory leak upon error; Coverity CID 78857
Miod Vallat
2015-02-13
Don't leak memory on errors - fixes coverity issues 105353 105253
Bob Beck
2015-02-10
unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to
Joel Sing
2015-02-10
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
Joel Sing
2015-02-10
The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned into
Joel Sing
2015-02-10
Expand the IMPLEMENT_ASN1_ALLOC_FUNCTIONS macro so that the code is visible
Joel Sing
2015-02-09
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
Joel Sing
2015-02-07
Delete a lot of #if 0 code in libressl.
Doug Hogan
2014-12-06
Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add.
Doug Hogan
2014-11-18
further BUF_strdup conversion: these places should be safe to rely on
Ted Unangst
2014-10-28
Check the result of sk_*_push() operations for failure.
Miod Vallat
2014-10-05
The fixes to X509_PURPOSE_add() in r1.18 actually could cause a global
Miod Vallat
2014-10-05
Be sure to check the stack push operation for success in v2i_POLICY_MAPPINGS();
Miod Vallat
2014-10-05
In v2i_AUTHORITY_INFO_ACCESS(), separate object allocation from object push
Miod Vallat
2014-10-05
Memory leak upon error in set_dist_point_name().
Miod Vallat
2014-10-05
Be sure to check object allocation for success before using them.
Miod Vallat
2014-10-05
Missing deallocation upon error.
Miod Vallat
[next]