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-09-08
Prepare to provide EC_GROUP_order_bits()
Theo Buehler
2021-09-08
Fix leak in cms_RecipientInfo_kekri_decrypt()
Theo Buehler
2021-09-08
Prepare to provide BN_bn2{,le}binpad() and BN_lebin2bn()
Theo Buehler
2021-09-08
Replace bare ; with continue;
Job Snijders
2021-09-08
Fix indentation of comments and labels
Job Snijders
2021-09-07
Replace (&(x)) pattern with &x
Job Snijders
2021-09-07
KNF
Job Snijders
2021-09-03
Add X509 Extensions for IP Addresses and AS Identifiers
Job Snijders
2021-09-03
Call the callback on success in new verifier in a compatible way
Bob Beck
2021-09-02
Unroll ASN1_ITEM_ref()
Job Snijders
2021-09-02
Change OPENSSL_strdup() to strdup()
Job Snijders
2021-09-02
Change OPENSSL_malloc to calloc()
Job Snijders
2021-09-02
Repair unrolling of static ASN1_ITEM IPAddrBlocks_it
Job Snijders
2021-09-02
Make v3_addr and v3_asid extern const
Job Snijders
2021-09-02
Add err.h for X509error() and friends
Job Snijders
2021-09-02
Fix OPENSSL_assert() and assert()
Job Snijders
2021-09-02
Unroll ASN1_EX_TEMPLATE_TYPE IPAddrBlocks
Job Snijders
2021-09-02
Change the OPENSSL_strdup() to strdup()
Job Snijders
2021-09-02
Fix header file includes
Job Snijders
2021-09-02
Move the error put functions from X509V3err() to X509V3error()
Job Snijders
2021-09-02
Unroll ASN1_SEQUENCE() ASN1_CHOICE() ASN1_ITEM_TEMPLATE()
Job Snijders
2021-09-02
OPENSSL_assert() is not appropriate in this context
Job Snijders
2021-09-02
Replace ossl_assert()/assert() with OPENSSL_assert()
Job Snijders
2021-09-02
Replace OPENSSL_free() with free()
Job Snijders
2021-09-02
Unroll IMPLEMENT_ASN1_FUNCTIONS()
Job Snijders
2021-09-02
Unroll DECLARE_ASN1_FUNCTIONS()
Job Snijders
2021-09-02
Rename DEFINE_STACK_OF() to DECLARE_STACK_OF()
Job Snijders
2021-09-02
Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...
Job Snijders
2021-09-01
Remove assignment of value that is never read.
Bob Beck
2021-08-31
Remove some dead code that was missed in an earlier cleanup and
Theo Buehler
2021-08-31
whitespace
Theo Buehler
2021-08-30
Revert previous change that changed our default return for unable to
Bob Beck
2021-08-30
Fix Jan's regress in openssl/x509 to do what it says it does,
Bob Beck
2021-08-29
Don't call the verify callback twice on success.
Bob Beck
2021-08-28
Get rid of historical code to extract the roots in the legacy case.
Bob Beck
2021-08-28
Zap blanks before tabs.
Theo Buehler
2021-08-28
Remove the "dump_chain" flag and code. This was a workaround for a problem where
Bob Beck
2021-08-27
Remove unused #include <assert.h>.
Theo Buehler
2021-08-24
Fix various read buffer overflow when printing ASN.1 strings (which are
Theo Buehler
2021-08-19
Pull roots out of the trust store in the legacy xsc when building chains
Bob Beck
2021-08-18
Import initial code for the SM2 cipher
Theo Buehler
2021-08-18
Add a check_trust call to the legacy chain validation on chain add, remembering
Bob Beck
2021-08-18
Refactor the legacy chain validation from the chain adding code into its
Bob Beck
2021-08-06
link X509_STORE_get_by_subject(3) and X509_ocspid_print(3) to the build,
Ingo Schwarze
2021-08-06
new manual page X509_ocspid_print(3)
Ingo Schwarze
2021-08-06
add a roff(7) comment marking the API function X509_get_default_private_dir()
Ingo Schwarze
2021-08-03
Document X509_get_default_cert_dir_env(3)
Ingo Schwarze
2021-08-03
Document X509_get_default_cert_area(3).
Ingo Schwarze
2021-08-02
tweaks regarding X509_LOOKUP_by_subject(3):
Ingo Schwarze
2021-08-02
new manual page X509_STORE_get_by_subject(3)
Ingo Schwarze
[next]