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
/
x509
/
x509.h
Age
Commit message (
Expand
)
Author
2018-05-30
Add const to both arguments of X509_certificate_type() and clean up
Theo Buehler
2018-05-30
Add a const qualifier to the `name' argument of
Theo Buehler
2018-05-19
Add const to the obj argument of X509_NAME_add_entry_by_OBJ()
Theo Buehler
2018-05-19
Add const to the 'obj' argument of X509_EXTENSION_create_by_OBJ().
Theo Buehler
2018-05-18
Add const to the 'x' and 'obj' arguments of:
Theo Buehler
2018-05-18
Add const to both arguments of X509_check_private_key(3).
Theo Buehler
2018-05-18
Add const to the argument of X509_ATTRIBUTE_count(3).
Theo Buehler
2018-05-18
Add const qualifiers to the name and xp arguments of X509_TRUST_add(3),
Theo Buehler
2018-05-18
Add const qualifiers to the x and obj qualifiers of
Theo Buehler
2018-05-18
Add a const qualifier to the 'X509_NAME *' argument of
Theo Buehler
2018-05-18
Add const to the 'name' argument of X509_NAME_oneline(3).
Theo Buehler
2018-05-18
Add const to the 'obj' argument of X509_NAME_get_text_by_OBJ(3).
Theo Buehler
2018-05-18
Add a const qualififer to the 'name' argument of X509_NAME_get_entry(3)
Theo Buehler
2018-05-18
Add const to the argument of X509_NAME_entry_count().
Theo Buehler
2018-05-18
The 'bytes' arguments of X509_NAME_add_entry_by_NID(3) and
Theo Buehler
2018-05-18
Add a const qualifier to the 'X509_NAME_ENTRY *ne' argument of
Theo Buehler
2018-05-18
Add const to the argument of X509_NAME_ENTRY_get_data(3).
Theo Buehler
2018-05-18
Add const qualifiers to the 'obj' and 'bytes' arguments of
Theo Buehler
2018-05-18
X509_EXTENSION_get_critical(3) now takes a 'const ASN1_OBJECT *obj' and
Theo Buehler
2018-05-18
Add const qualifiers to the X509_CRL *x and ASN1_OBJECT *obj arguments of
Theo Buehler
2018-05-13
Add const qualifier to the argument of X509_get_issuer_name(3) and
Theo Buehler
2018-05-13
Add const qualifier to the ASN1_OBJECT * parameter of
Theo Buehler
2018-05-13
Add a const qualifier to the ASN1_OBJECT * argument of the following:
Theo Buehler
2018-05-01
Convert a handful of X509_*() functions to take const as in OpenSSL.
Theo Buehler
2018-05-01
Fix whitespace on a few lines to reduce noise in an upcoming diff.
Theo Buehler
2018-03-17
Provide X509_NAME_ENTRY_set()
Theo Buehler
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_chain_up_ref().
Joel Sing
2018-02-22
Provide X509_get0_tbs_sigalg().
Joel Sing
2018-02-22
Provide X509_set1_notBefore() and X509_set1_notAfter().
Joel Sing
2018-02-22
Provide X509_get0_pubkey().
Joel Sing
2018-02-22
Provide X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate().
Joel Sing
2018-02-22
Provide X509_CRL_get0_extensions() and X509_CRL_get_signature_nid().
Joel Sing
2018-02-22
Provide X509_CRL_up_ref().
Joel Sing
2018-02-22
Provide X509_REQ_get_signature_nid().
Joel Sing
2018-02-22
Provide X509_REVOKED_get0_extensions(), X509_REVOKED_get0_revocationDate()
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 X509_get{0,m}_not{Before,After}().
Joel Sing
2018-02-14
Provide X509_get_signature_nid().
Joel Sing
2016-12-27
Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been
Joel Sing
2016-11-04
Add X509_up_ref, from boring
Bob Beck
2016-09-04
Expand DECLARE_ASN1_.*FUNCTIONS macros.
Joel Sing
2015-04-12
Remove d2i_X509_PKEY and i2d_X509_PKEY from the SSLeay days.
Doug Hogan
2015-02-11
More unifdef OPENSSL_NO_RFC3779 that got missed last time around.
Joel Sing
2015-01-28
Fix a number of issues relating to algorithms in signatures, Mostly
Bob Beck
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
[next]