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-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
2023-12-16
Annotate incorrect value for ub_email_address
Theo Buehler
2023-12-16
Neuter the ASN1_STRING_TABLE modification API
Theo Buehler
2023-12-16
Remove call to ASN1_STRING_TABLE_cleanup()
Theo Buehler
2023-12-16
asn1.h: mark a type and a bunch of macros for removal
Theo Buehler
2023-12-16
Rename ASN1_STRING_TABLE_add manual to _get
Theo Buehler
2023-12-16
Remove ASN1_STRING_TABLE_{add,cleanup}() documentation
Theo Buehler
2023-12-16
Implement and use a do_cipher() wrapper
Theo Buehler
2023-12-15
Remove strings.h again
Theo Buehler
2023-12-15
Remove EVP_PBE_cleanup() from EVP_cleanup()
Theo Buehler
2023-12-15
Move all the neutered PBE API to the bottom of the file
Theo Buehler
2023-12-15
Remove unprotected global state from EVP_PBE
Theo Buehler
2023-12-15
Fix a return value confusion in chacha20_poly1305_cipher()
Theo Buehler
2023-12-15
Disallow ciphers with EVP_CIPH_FLAG_CUSTOM_CIPHER in CMAC
Theo Buehler
2023-12-15
Document EVP_Cipher() in code
Theo Buehler
2023-12-15
Move EVP_Cipher() from evp_lib.c to evp_enc.c
Theo Buehler
2023-12-15
Clean up includes
Theo Buehler
2023-12-15
Neuter EVP_PKEY_asn1_add{0,_alias}()
Theo Buehler
2023-12-15
Hoist OBJ_sn2nid() over OBJ_ln2nid()
Theo Buehler
2023-12-15
Coverity rightly points out that an unsigned int is always >= 0
Theo Buehler
2023-12-14
OBJ_create: sorry Omar, aobj is a better name than op
Theo Buehler
2023-12-14
OBJ_create: use a nid variable to avoid nested function call
Theo Buehler
2023-12-14
OBJ_create: malloc() -> calloc()
Theo Buehler
2023-12-14
OBJ_create: test and assign as usual
Theo Buehler
2023-12-14
OBJ_create: initialize buf and turn function into single exit
Theo Buehler
2023-12-14
OBJ_create: rename ok to ret and make it last declaration
Theo Buehler
2023-12-14
OBJ_create(): rename i to len
Theo Buehler
2023-12-14
OBJ_create(): remove pointless parentheses
Theo Buehler
2023-12-14
OBJ_create(): remove useless cast
Theo Buehler
2023-12-14
OPENSSL_assert() that the passed nid is within range
Theo Buehler
2023-12-14
Bump OPENSSL_showfatal() from LOG_INFO to LOG_CONS
Theo Buehler
2023-12-14
Move the txt to obj/nid conversions a bit down.
Theo Buehler
2023-12-14
Dedup OBJ_nid2{obj,sn,ln}()
Theo Buehler
2023-12-14
Simplify OBJ_nid2obj()
Theo Buehler
2023-12-14
Simplify OBJ_nid2sn()
Theo Buehler
2023-12-14
Simplify OBJ_nid2ln()
Theo Buehler
2023-12-14
Fix sk_deep_copy() implementation
Theo Buehler
2023-12-13
Simplify OBJ_ln2nid()
Theo Buehler
2023-12-13
Simplify OBJ_sn2nid()
Theo Buehler
[next]