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-11-09
Avoid leaking memory that was already allocated in ASN1_item_new().
Theo Buehler
2018-11-09
Fix a buffer overrun in asn1_parse2().
Theo Buehler
2018-11-09
Add const to the data argument of ASN1_set{,_int}_octetstring().
Theo Buehler
2018-11-08
Remove some function prototypes that should have been removed in the
Joel Sing
2018-11-02
whitespace
Theo Buehler
2018-10-24
Remove a bunch of ancient and highly crufty ASN.1 related code from
Joel Sing
2018-10-20
Avoid calling memcpy with a length <= 0. Reported due to a GCC 7.3.0
Theo Buehler
2018-09-17
Simplify initialization of asn1_cb; use correct spelling of NULL.
Theo Buehler
2018-08-24
Add consts to EVP_PKEY_asn1_set_private()
Theo Buehler
2018-08-24
After removing support for broken PKCS#8 formats (it was high time),
Theo Buehler
2018-08-24
Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken()
Theo Buehler
2018-08-24
Turn a number of #defines into proper functions with prototypes matching
Theo Buehler
2018-08-05
Fix a memory leak in i2d_RSA_NET on failure of ASN1_STRING_set.
Brent Cook
2018-05-24
As calloc does the zeroing for us in EVP_PKEY_asn1_new() already, no need
Theo Buehler
2018-05-19
The 'in' argument of ASN1_STRING_to_UTF8() is now adorned with const.
Theo Buehler
2018-05-18
Add a const qualifier to the 'X509_NAME *' argument of
Theo Buehler
2018-05-13
Use recallocarray() instead of OPENSSL_realloc_clean().
Joel Sing
2018-05-13
Add a const qualifier to the argument of EVP_PKEY_get0_asn1(3).
Theo Buehler
2018-05-12
Cleanup c2i_ASN1_BIT_STRING() code.
Joel Sing
2018-05-12
Add a missing bounds check in c2i_ASN1_BIT_STRING().
Joel Sing
2018-05-01
Convert a handful of X509_*() functions to take const as in OpenSSL.
Theo Buehler
2018-05-01
const for BIO_{new,set}() and most of the BIO_{f,s}_*() family of
Theo Buehler
2018-04-25
Put function name on a separate line and zap stray whitespace.
Theo Buehler
2018-04-25
remove whitespace before closing parens
Theo Buehler
2018-04-25
Add const to functions in asn1/asn1.h as they did in OpenSSL.
Theo Buehler
2018-04-23
Make the NULL check a separate if statement for readability and
Theo Buehler
2018-04-23
Make X509_CRL_METHOD_free() NULL-safe.
Theo Buehler
2018-04-14
make ENGINE_finish() succeed on NULL and simplify callers as in
Theo Buehler
2018-04-06
Revert revision 1.12 commit. Although *pval looks like a C pointer,
Alexander Bluhm
2018-04-06
Avoid leaking str if EVP_Digest() fails.
Theo Buehler
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
[next]