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-12-22
Remove two no longer necessary reminders
Theo Buehler
2023-12-22
Remove extra whitespace on two lines
Theo Buehler
2023-12-22
Add length checks for partial_len
Theo Buehler
2023-12-22
Rename check_hosts()
Theo Buehler
2023-12-22
Replace check_trust() with its x509_vfy_ prefixed wrapper
Theo Buehler
2023-12-22
Replace check_chain_extensions() with its x509_vfy_ wrapper
Theo Buehler
2023-12-22
Replace check_id() with its x509_vfy_check_id() wrapper
Theo Buehler
2023-12-22
Remove a bunch of function pointers from X509_STORE_CTX
Theo Buehler
2023-12-22
Simplify some logic in EVP_EncryptInit_ex()
Theo Buehler
2023-12-22
Clean up includes in cms_smime.c
Theo Buehler
2023-12-22
evp_enc: make some flag checks explicit
Theo Buehler
2023-12-22
Remove cleanup() and get_crl() from X509_STORE_CTX
Theo Buehler
2023-12-22
Remove unused function pointers from X509_STORE
Theo Buehler
2023-12-21
Remove EVP_PKEY_asn1_add{0,_alias}() documentation
Theo Buehler
2023-12-21
Mark some API-to-be-removed as intentionally undocumented
Theo Buehler
2023-12-21
Remove some superfluous parentheses
Theo Buehler
2023-12-20
Clean up includes in cms_pwri.c
Theo Buehler
2023-12-20
Use BIO_indent() for indentation in tasn_prn.c
Theo Buehler
2023-12-20
Rename impl into engine
Theo Buehler
2023-12-20
Rename inl to in_len throughout the file
Theo Buehler
2023-12-20
Rename outl into out_len throughout the file
Theo Buehler
2023-12-20
Tweak a comment a bit
Theo Buehler
2023-12-20
Remove block_mask from EVP_CIPHER_CTX
Theo Buehler
2023-12-20
Add some sanity checks for EVP_CIPHER_meth_new()
Theo Buehler
2023-12-20
Merge p_open and p_seal into p_legacy
Theo Buehler
2023-12-20
Fold p_dec.c and p_enc.c into a new p_legacy.c
Theo Buehler
2023-12-20
Less confusing variable names in EVP_PKEY_{de,en}crypt_old()
Theo Buehler
2023-12-20
Improve local variable names
Theo Buehler
2023-12-20
Rename buf_len into partial_len in EVP_CIPHER_CTX
Theo Buehler
2023-12-20
Clean up EVP_DecryptFinal_ex()
Theo Buehler
2023-12-20
Clean up EVP_EncryptFinal_ex()
Theo Buehler
2023-12-20
Simplify EVP_DecryptUpdate() a bit
Theo Buehler
2023-12-20
Remove commented out version of EVP_SealUpdate()
Theo Buehler
2023-12-20
Remove preprocessor mess in EVP_PKEY_{de,en}crypt_old()
Theo Buehler
2023-12-20
Remove a changelog from 1991
Theo Buehler
2023-12-20
DES_random_key() sets the key
Theo Buehler
2023-12-20
Remove commented-out code
Theo Buehler
2023-12-19
static binary setting a table, or dynamic binary trying to do what
Theo de Raadt
2023-12-19
- new sentence, new line
Jason McIntyre
2023-12-19
A small cleanup of malloc_bytes(), getting rid of a goto and a tiny
Otto Moerbeek
2023-12-19
pinsyscalls(2) has changed a little bit, and I can provide more advice
Theo de Raadt
2023-12-18
cmac: use block_size rather than bl
Theo Buehler
2023-12-18
Clean up EVP_PBE_CipherInit() a little
Theo Buehler
2023-12-18
Remove EVP_MD_meth_*() dependency
Theo Buehler
2023-12-16
ASN1_STRING_TABLE_get.3: grammar: have -> has
Theo Buehler
2023-12-16
EVP_EncryptUpdate(): make block_size and block_mask const
Theo Buehler
2023-12-16
First cleanup pass over EVP_EncryptUpdate()
Theo Buehler
2023-12-16
Move EVP_PBE_find() next to the tables
Theo Buehler
2023-12-16
Remove OBJ_bsearch_() usage from PBE
Theo Buehler
2023-12-16
Using two different spellings of NULL in the same line is an achievement
Theo Buehler
[next]