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-18
Use NULL, not 0 for pointers and use an explicit comparison against NULL.
Theo Buehler
2023-04-18
Remove prototypes under OPENSSL_NO_EC_NISTP_64_GCC_128
Theo Buehler
2023-04-18
Move x509.h inclusion into alphabetical order
Theo Buehler
2023-04-18
Bring includes into canonical order
Theo Buehler
2023-04-18
Sigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.h
Theo Buehler
2023-04-18
Move some includes out of OPENSSL_NO_DEPRECATED
Theo Buehler
2023-04-17
Drop two useless READMEs
Theo Buehler
2023-04-17
c_zlib.c needs bio_local.h with -DZLIB.
Theo Buehler
2023-04-17
Tweak indent and use named registers.
Joel Sing
2023-04-17
Hook sha3 up to build.
Joel Sing
2023-04-17
Move BN_bn2mpi()/BN_mpi2bn() into bn_convert.c
Joel Sing
2023-04-17
Use C99 initializers for the default_pctx and mark it static const
Theo Buehler
2023-04-17
Add missing const qualifiers to the v3_* externs
Theo Buehler
2023-04-17
Fix whitespace in DHparam_print_fp()
Theo Buehler
2023-04-17
Remove now unused dh_prn.c
Theo Buehler
2023-04-17
Drop dh_prn.c
Theo Buehler
2023-04-17
Move DHparam_print_fp() next to DHparam_print()
Theo Buehler
2023-04-17
remove bad Pp;
Jason McIntyre
2023-04-17
fix double word
Jonathan Gray
2023-04-16
Fix previous: add a missing and
Theo Buehler
2023-04-16
Dump (leak) info using utrace(2) and compile the code always in
Otto Moerbeek
2023-04-16
Garbage collect the now unused obfuscating macro string_stack_free()
Theo Buehler
2023-04-16
Inline the three uses of string_stack_free()
Theo Buehler
2023-04-16
Remove the now unused vpm_int.h
Theo Buehler
2023-04-16
x509_vfy.c and x509_vpm.c don't need vpm_int.h anymore
Theo Buehler
2023-04-16
Move X509_VERIFY_PARAM_st from vpm_int.h to x509_local.h
Theo Buehler
2023-04-16
Provide EVP methods for SHA3 224/256/384/512.
Joel Sing
2023-04-16
Provide EVP methods for SHA512/224 and SHA512/256.
Joel Sing
2023-04-16
Bounds check mdlen that is passed to sha3_init().
Joel Sing
2023-04-16
Shuffle ext_cmp() and ext_list_free() up a bit
Theo Buehler
2023-04-16
Remove unnecessary prototypes in the middle of the code
Theo Buehler
2023-04-16
Use more usual version of inlined nitems(). No binary change.
Theo Buehler
2023-04-16
Fix comment formatting and grammar, drop usless and outdated comment
Theo Buehler
2023-04-16
Remove now empty/unused ext_dat.h
Theo Buehler
2023-04-16
Merge ext_dat.h back into x509_lib.c
Theo Buehler
2023-04-16
Mark X9.31 BN API for removal
Theo Buehler
2023-04-16
The BN reciprocal API will also become internal-only
Theo Buehler
2023-04-16
Various BN*init() will be removed from the public API
Theo Buehler
2023-04-16
Mark public bn_nist and ec_nist API for removal
Theo Buehler
2023-04-16
Mark EC_KEY_{get,insert}_method_data() for removal
Theo Buehler
2023-04-16
Mark TS_VERIFY_CTX_init() for removal
Theo Buehler
2023-04-16
Prepare addition of X509_STORE_CTX_get1_{certs,crls}(3)
Theo Buehler
2023-04-16
Mark remaining policy tree public API for removal
Theo Buehler
2023-04-16
Annotate policy tree STACK_OF() goo for removal from public API
Theo Buehler
2023-04-16
The policy tree types become internal ony. Annotate them.
Theo Buehler
2023-04-16
Cipher text stealing will go away. Mark it for removal.
Theo Buehler
2023-04-16
Mark proxy policy API for removal in upcoming bump
Theo Buehler
2023-04-16
Remove the now unused ex_pcpathlen from the X509 struct
Theo Buehler
2023-04-16
More ProxyCertInfo tentacles go to the attic
Theo Buehler
2023-04-16
Remove some dead code from the new verifier
Theo Buehler
[next]