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
Age
Commit message (
Expand
)
Author
2023-04-26
Make x509_policy.c compile with gcc 4.
Theo Buehler
2023-04-26
Allow compiling with -DHAS_DAG to enable the policy check with a DAG.
Theo Buehler
2023-04-26
Turn C++ comments into C comments and minor KNF fixups
Theo Buehler
2023-04-26
KNF according to knfmt(1)
Theo Buehler
2023-04-26
Zap trailing whitespace
Theo Buehler
2023-04-26
Add RCS tag
Theo Buehler
2023-04-26
Take X509_POLICY_NODE_print() behind the barn
Theo Buehler
2023-04-26
Add the new policy code to the build.
Bob Beck
2023-04-26
Make the new policy code in x509_policy.c to be selectable at compile time.
Bob Beck
2023-04-26
Add a shim to mimic the BoringSSL sk_delete_if function.
Bob Beck
2023-04-26
Adapt the sk_find calls from BoringSSL's api to ours.
Bob Beck
2023-04-26
Add the STACK_OF declarations we require.
Bob Beck
2023-04-26
Change OPENSSL_malloc|free|memset and friends to the normal versions.
Bob Beck
2023-04-26
Fix error code goop
Bob Beck
2023-04-26
Use the correct headers to compile with libressl
Bob Beck
2023-04-26
Import policy.c from BoringSSL as x509_policy.c
Bob Beck
2023-04-26
New manual page written by Ted Bullock <tbullock at comlore dot com>,
Ingo Schwarze
2023-04-26
Document those BIO_ctrl(3) command constants
Ingo Schwarze
2023-04-26
Remove the now unused bio_pk7.c
Theo Buehler
2023-04-26
Move BIO_new_PKCS7() to the the other streaming stuff in pk7_mime.c
Theo Buehler
2023-04-26
KNF nit
Theo Buehler
2023-04-26
Clean up ec.h a little.
Theo Buehler
2023-04-26
Remove e_old.c again
Theo Buehler
2023-04-26
Declare sendsyslog to match its man page
Greg Steuck
2023-04-25
Reinstate e_old.c it is still used by -portable
Theo Buehler
2023-04-25
Remove documentation of BN_BLINDING_{g,s}et_thread_id
Theo Buehler
2023-04-25
e_old can also go
Theo Buehler
2023-04-25
Remove the deprecated API from BN
Theo Buehler
2023-04-25
GF2m bites the dust. It won't be missed.
Theo Buehler
2023-04-25
ASN1_item_ndef_i2d also goes. discussed with deraadt
Theo Buehler
2023-04-25
Remove commented version of OPENSSL_NO_EC2M
Theo Buehler
2023-04-25
Remove duplicate NID definitions
Theo Buehler
2023-04-25
LIBRESSL_NEXT_API is no longer needed
Theo Buehler
2023-04-25
Remove prototype of EC_GFp_nist_method()
Theo Buehler
2023-04-25
Move EC_KEY_{insert,set}_key_method_data() to internal-only
Theo Buehler
2023-04-25
Move low level BIO_new_NDEF API to internal-only
Theo Buehler
2023-04-25
Remove proxy cert remnants
Theo Buehler
2023-04-25
Remove NETSCAPE_CERT_SEQUENCE
Theo Buehler
2023-04-25
Move the policy STACK_OF stuff to pcy_int.h as well
Theo Buehler
2023-04-25
Remove SXNET
Theo Buehler
2023-04-25
Move truncated sha-2 and sha3 out of #ifdef wrappers
Theo Buehler
2023-04-25
Use X509_STORE_CTX_get1_{certs,crls}() instead of an alias
Theo Buehler
2023-04-25
X509_STORE_get1_{certs,crls} become X509_STORE_CTX_* also in
Theo Buehler
2023-04-25
X509_STORE_get1_{certs,crls} become X509_STORE_CTX_*
Theo Buehler
2023-04-25
Move the policy tree code to internal-only
Theo Buehler
2023-04-25
Remove i2d_PKCS7_NDEF from the hidden version as well
Theo Buehler
2023-04-25
Remove documentation for i2d_PKCS7_NDEF
Theo Buehler
2023-04-25
Remove i2d_PKCS7_NDEF
Theo Buehler
2023-04-25
BN_RECP_CTX moves to internal
Theo Buehler
2023-04-25
Put ERRORS and DIAGNOSTICS information in the sections where they belong.
Ingo Schwarze
[next]