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
Age
Commit message (
Expand
)
Author
2021-07-29
Fix a documentation bug i introduced that tb@ pointed out:
Ingo Schwarze
2021-07-29
Document X509_STORE_set_verify_func(3), mostly using text from the
Ingo Schwarze
2021-07-29
document X509_STORE_CTX_get0_parent_ctx(3)
Ingo Schwarze
2021-07-29
document X509_STORE_CTX_set_app_data(3) and X509_STORE_CTX_get_app_data(3)
Ingo Schwarze
2021-07-28
document X509_STORE_CTX_get0_policy_tree(3)
Ingo Schwarze
2021-07-28
document X509_policy_tree_free(3)
Ingo Schwarze
2021-07-28
consisely explain the meaning of return values rather than merely
Ingo Schwarze
2021-07-28
Explain the meaning of the policy_oids input argument, correct the
Ingo Schwarze
2021-07-28
explicitely -> explicitly;
Jason McIntyre
2021-07-27
new manual page X509_policy_check(3)
Ingo Schwarze
2021-07-26
Add error checks for i2d_X509_NAME()
Theo Buehler
2021-07-26
new manual page X509_policy_tree_level_count(3)
Ingo Schwarze
2021-07-25
Document X509_STORE_CTX_set_trust(3), X509_STORE_CTX_set_purpose(3),
Ingo Schwarze
2021-07-24
Two new manual pages X509_TRUST_set(3) and X509_check_trust(3)
Ingo Schwarze
2021-07-23
Similar to x509/x509_purp.c rev. 1.5:
Ingo Schwarze
2021-07-23
Delete some code from X509_PURPOSE_cleanup(3) that had no effect:
Ingo Schwarze
2021-07-23
Add a roff(7) comment that X509_issuer_and_serial_hash() is
Ingo Schwarze
2021-07-23
clarify the meaning of the argument of X509_VERIFY_PARAM_set_purpose(3)
Ingo Schwarze
2021-07-23
mention the possibility that user-defined purpose identifiers may have
Ingo Schwarze
2021-07-23
new manual page X509_PURPOSE_set(3) documenting 11 functions
Ingo Schwarze
2021-07-23
occured -> occurred;
Jason McIntyre
2021-07-22
document X509_STORE_CTX_set_time(3) and X509_STORE_CTX_set_depth(3)
Ingo Schwarze
2021-07-22
Major cleanup.
Ingo Schwarze
2021-07-22
Split the functions operating on the X509_VERIFY_PARAM object out
Ingo Schwarze
2021-07-22
document X509_STORE_CTX_get0_current_issuer(3)
Ingo Schwarze
2021-07-22
Move X509_STORE_CTX_get0_cert(3) to the X509_STORE_CTX_new(3) manual.
Ingo Schwarze
2021-07-21
Document X509_STORE_CTX_get_chain(3).
Ingo Schwarze
2021-07-20
Split X509_NAME_hash(3) out of d2i_X509_NAME(3) and document
Ingo Schwarze
2021-07-19
document X509_CRL_print(3) and X509_CRL_print_fp(3)
Ingo Schwarze
2021-07-12
new manual page X509_print_ex(3)
Ingo Schwarze
2021-07-12
Use the x509_verify_cert_cache_extensions fuction instead of manually
Bob Beck
2021-07-12
document X509V3_extensions_print(3)
Ingo Schwarze
2021-07-12
document X509V3_EXT_print(3)
Ingo Schwarze
2021-07-11
While the traditional OpenSSL return value and behaviour of BIO_dump(3)
Bob Beck
2021-07-11
new manual page ASN1_parse_dump(3)
Ingo Schwarze
2021-07-11
document ASN1_get_object(3)
Ingo Schwarze
2021-07-10
Fix a read buffer overrun in X509_CERT_AUX_print(3),
Ingo Schwarze
2021-07-10
new manual page BIO_dump(3)
Ingo Schwarze
2021-07-10
Add a bunch of workarond in the verifier to support partial chains and
Bob Beck
2021-07-09
Fix mixup between localKeyID and friendlyName.
Theo Buehler
2021-07-09
KNF: remove whitespace between functions and parentheses
Theo Buehler
2021-07-09
new manual page for X509_keyid_set1(3), X509_keyid_get0(3),
Ingo Schwarze
2021-07-08
document X509_add1_reject_object(3) and X509_reject_clear(3)
Ingo Schwarze
2021-07-08
add new manual page for X509_add1_trust_object(3) and X509_trust_clear(3)
Ingo Schwarze
2021-07-06
document X509_signature_dump(3) and X509_signature_print(3)
Ingo Schwarze
2021-07-06
Fix a bug in X509_print_ex(3).
Ingo Schwarze
2021-07-05
document i2a_ASN1_OBJECT(3)
Ingo Schwarze
2021-07-04
document X509_find_by_subject(3) and X509_find_by_issuer_and_serial(3)
Ingo Schwarze
2021-07-04
Bugfix: when X509_NAME_dup(3) failed, X509_NAME_set(3) indicated success
Ingo Schwarze
2021-07-03
Document X509_NAME_set(3).
Ingo Schwarze
[next]