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
Age
Commit message (
Expand
)
Author
2018-08-24
Add const to EVP_PKCS82PKEY().
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
Provide X509_get0_serialNumber()
Theo Buehler
2018-08-24
Turn a number of #defines into proper functions with prototypes matching
Theo Buehler
2018-08-24
Make X509_OBJECT_up_ref_count return an int.
Theo Buehler
2018-08-19
Don't leak sktmp in X509_verify_cert().
Theo Buehler
2018-08-05
Remove unnecessary NULL check from get_cert_by_subject since
Brent Cook
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
Fix eyesore indentation of member functions of X509_LOOKUP_METHOD.
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_LOOKUP_by_alias() now takes a 'const char str *' and
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-04-08
Fail early if an X509_VERIFY_PARAM is poisoned - don't allow
Bob Beck
2018-04-06
poison for X509_VERIFY_PARAM's
Bob Beck
2018-04-04
Fix two bugs in X509_NAME_add_entry(3):
Ingo Schwarze
2018-03-22
Call strlen() if name length provided is 0, like OpenSSL does.
Bob Beck
2018-03-20
Provide X509_STORE_get_ex_new_index macro.
Joel Sing
2018-03-17
Provide X509_STORE_get0_param()
Theo Buehler
2018-03-17
Provide X509_OBJECT_get_type(). Instead of the X509_LOOKUP_TYPE enum
Theo Buehler
2018-03-17
Provide X509_NAME_ENTRY_set()
Theo Buehler
2018-03-17
Fix X509_get0_pubkey() - X509_get_pubkey() is a misnamed "get1" function,
Joel Sing
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_STORE_get0_objects(), X509_STORE_get_ex_data() and
Joel Sing
2018-02-22
Provide X509_OBJECT_get0_X509() and X509_OBJECT_get0_X509_CRL().
Joel Sing
2018-02-22
Provide X509_STORE_up_ref().
Joel Sing
[next]