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
2024-01-04
Clean up EVP_PKEY_asn1_get0_info() a bit
Theo Buehler
2024-01-04
Clean up EVP_PKEY_asn1_find_str()
Theo Buehler
2024-01-04
Simplify EVP_PKEY_asn1_find()
Theo Buehler
2024-01-04
Replace .pkey_base_id with a .base_method pointer
Theo Buehler
2024-01-04
Neuter the remainder of the ameth lib
Theo Buehler
2024-01-04
Split ameth arrays into individual methods
Theo Buehler
2024-01-04
Improve length checks for oiv and iv
Theo Buehler
2024-01-03
Improve order in ancient CMS helpers
Theo Buehler
2024-01-02
Move a t to the right place in a comment
Theo Buehler
2024-01-02
Match struct order for the EVP_CIPHER_CTX accessors
Theo Buehler
2024-01-02
Move down EVP_CIPHER_CTX accessors expose EVP_CIPHER internals
Theo Buehler
2024-01-02
Move the trivial EVP_CIPHER getters down
Theo Buehler
2024-01-02
Simplify EVP_CIPHER_{asn1_to_param,parma_to_asn1}()
Theo Buehler
2024-01-02
Move the EVP_CIPHER API that only exists for CMS/legacy a bit down
Theo Buehler
2024-01-02
sm4: more NULL misspellings
Theo Buehler
2024-01-02
Two spellings of key length are enough
Theo Buehler
2024-01-02
Rename the poor outlier EVP_CIPHER *e into *cipher
Theo Buehler
2024-01-02
Better variable names in EVP_CIPHER_type()
Theo Buehler
2024-01-02
Consistently use ctx for an EVP_CIPHER_CTX
Theo Buehler
2024-01-01
Fix bounds check in EVP_PKEY_CTX_get_keygen_info()
Theo Buehler
2024-01-01
kill gross whitespace
Theo Buehler
2024-01-01
pkey_is_pss() and pkey_ctx_is_pss() to rsa_ameth.c
Theo Buehler
2024-01-01
Remove EVP_PKEY's save_type member
Theo Buehler
2023-12-31
KNF nit
Theo Buehler
2023-12-31
Sort the NIDs by name
Theo Buehler
2023-12-31
Replace the sorted extensions lookup with a switch
Theo Buehler
2023-12-30
Make x509_issuer_cache_free_oldest() static
Theo Buehler
2023-12-30
Some Australians don't like voids either
Theo Buehler
2023-12-30
One more missing void was hiding here
Theo Buehler
2023-12-30
Some BoringSSL devs spent too much time with C++
Theo Buehler
2023-12-30
Fix two more unchecked EVP_PKEY_assign() calls
Theo Buehler
2023-12-29
fix previous: key -> parameter
Theo Buehler
2023-12-29
A .Xr to DSA_generate_parameters_ex() was lost accidentally
Theo Buehler
2023-12-29
Move DSA_generate_parameters.3 to DSA_generate_parameters_ex.3
Theo Buehler
2023-12-29
Adjust documentation for upcoming DSA_generate_parameters removal
Theo Buehler
2023-12-29
ameth_lib: zap trailing empty line
Theo Buehler
2023-12-29
eckey: adjust some variable names and unwrap function definitions
Theo Buehler
2023-12-29
Clean up old_ec_priv_decode()
Theo Buehler
2023-12-29
Clean up eckey_param_decode()
Theo Buehler
2023-12-29
Rework eckey_priv_decode()
Theo Buehler
2023-12-29
Move a call to X509_ALGOR_get0() down a line
Theo Buehler
2023-12-29
Neuter the SSL_set_debug(3) API
Theo Buehler
2023-12-29
Cleanup required headers form imsg.h.
Claudio Jeker
2023-12-29
Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.c
Theo Buehler
2023-12-29
Zap some whitespace
Theo Buehler
2023-12-29
Replace outdated comment on EVP_PKEY_asn1_find() with a todo item
Theo Buehler
2023-12-29
Move EVP_PKEY_asn1_add* to the end of the file
Theo Buehler
2023-12-29
Move the EVP_MD block size accessor down
Theo Buehler
2023-12-29
Move the EVP_MD_CTX flag accessors up a bit
Theo Buehler
2023-12-29
Hoist EVP_MD_CTX accessors to after EVP_MD_CTX_ctrl
Theo Buehler
[next]