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
/
asn1
Age
Commit message (
Expand
)
Author
2018-03-29
Limit ASN.1 constructed types recursive definition depth
Kinichiro Inoguchi
2018-03-17
Provide X509_PUBKEY_get0() by splitting X509_PUBKEY_get() and turning it
Joel Sing
2018-03-17
Provide X509_REVOKED_dup().
Joel Sing
2018-02-22
Provide X509_CRL_get0_extensions() and X509_CRL_get_signature_nid().
Joel Sing
2018-02-22
Provide X509_REQ_get_signature_nid().
Joel Sing
2018-02-20
Provide X509_NAME_get0_der().
Joel Sing
2018-02-20
Provide X509_REQ_get0_signature()
Joel Sing
2018-02-20
Provide X509_CRL_get0_{last,next}Update() and X509_CRL_get0_signature().
Joel Sing
2018-02-17
Provide X509_get0_extensions() and X509_get0_signature()
Joel Sing
2018-02-14
Provide ASN1_STRING_get0_data().
Joel Sing
2018-02-14
Provide X509_get_signature_nid().
Joel Sing
2017-11-28
Rewrite ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.
Joel Sing
2017-08-28
Put the opening curly brace in the right place.
Joel Sing
2017-08-27
Make the symbol for ASN1_time_tm_clamp_notafter visible so libtls
Bob Beck
2017-08-13
Add ability to clamp a notafter to values representable in a 32 bit time_t
Bob Beck
2017-05-06
Add ASN1_TIME_set_tm to set an asn1 from a struct tm *
Bob Beck
2017-05-02
use freezero() instead of memset/explicit_bzero + free. Substantially
Theo de Raadt
2017-04-03
Fix silly code that printfs NULL when there are no fractional seconds
Bob Beck
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
Place ASN_ITEM_{ptr,rptr,ref} and DECLARE_ASN1_ITEM under #ifndef
Joel Sing
2016-12-30
Expand ASN1_ITEM_rptr and ASN1_ITEM_ptr macros - no change in generated
Joel Sing
2016-12-27
Place the DECLARE_ASN1_* macros under #ifndef LIBRESSL_INTERNAL.
Joel Sing
2016-12-27
Use correct version of previous macro expansion.
Joel Sing
2016-12-27
Expand DECLARE_ASN1_FUNCTIONS_{fname,name} macros - no change to
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-27
Expand DECLARE_ASN1_* macros. No change in preprocessor output, excluding
Joel Sing
2016-12-21
Explicitly export a list of symbols from libcrypto.
Joel Sing
2016-11-06
don't dereference a if NULL
Brent Cook
2016-11-06
simplify error handling in c2i_ASN1_OBJECT
Brent Cook
2016-11-04
make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden
Bob Beck
2016-05-20
Fix a short-read bug in the previous version of asn1_d2i_read_bio
Brent Cook
2016-05-04
internal only negative types should not be handled here.
Ted Unangst
2016-05-04
be careful about consuming excessive memory by reading in chunks.
Ted Unangst
2016-05-04
revert the big change from yesterday to prepare for smaller commits.
Ted Unangst
2016-05-03
patch from openssl for multiple issues:
Ted Unangst
2016-03-17
explicit_bzero for asn1 objects on free. Too often these contain sensitive in...
Bob Beck
2016-03-11
X509_free(3) is NULL-safe, so remove NULL checks before its calls.
Michael McConville
2016-03-06
explict_bzero for some asn1 free's - ok miod@
Bob Beck
2015-12-23
remove NULL-checks before free()
Michael McConville
2015-12-23
assign pointer NULL rather than 0
Michael McConville
2015-12-23
assign pointer to NULL rather than 0
Michael McConville
2015-12-22
initialize a pointer to NULL rather than 0
Michael McConville
2015-12-12
move initialization of buf up to quell warnings and make it obvious the err c...
Bob Beck
2015-12-12
prevent possibly use of uninitialized variable
Bob Beck
2015-12-12
make the counter a size_t as well, which quells a warning on visual studio 2015
Bob Beck
2015-12-04
Fix for OpenSSL CVE-2015-3195
Bob Beck
2015-10-22
Another change that is needed to restore the previous behaviour of
Joel Sing
2015-10-22
Restore previous behaviour and allow
Joel Sing
[prev]
[next]