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
/
libcrypto
Age
Commit message (
Expand
)
Author
2024-12-23
Move _X509_CHECK_FLAG_DOT_SUBDOMAINS to x509_utl.c
Theo Buehler
2024-12-23
Remove the EXT_* table building macros
Theo Buehler
2024-12-23
Annotate ENUMERATED_NAMES for potential removal
Theo Buehler
2024-12-23
Remove X509V3_EXT_{DYNAMIC,CTX_DEP}
Theo Buehler
2024-12-23
Fix the error handling in X509V3_parse_list(3); it ignored failures
Ingo Schwarze
2024-12-23
new manual page X509V3_parse_list(3) written from scratch
Ingo Schwarze
2024-12-23
Tweak previous wording a bit to avoid suggesting all built-in nids
Theo Buehler
2024-12-23
more precision below CAVEATS
Ingo Schwarze
2024-12-23
Make the description of i2s_ASN1_ENUMERATED_TABLE(3) more precise,
Ingo Schwarze
2024-12-22
mark six #define'd constants as intentionally undocumented
Ingo Schwarze
2024-12-21
Add an EXAMPLES section.
Ingo Schwarze
2024-12-20
If EVP_CIPHER_CTX_ctrl(3) is called on EVP_chacha20_poly1305(3)
Ingo Schwarze
2024-12-20
hidden mlkem.h: add comment to #endif
Theo Buehler
2024-12-20
Annotate yet another greasy stinky tentacle of xca
Theo Buehler
2024-12-20
Move the horrific EVP_aes_128_ccm(3) API out of the important,
Ingo Schwarze
2024-12-19
Do not install mlkem.h and bytestring.h into /usr/include/openssl for now
Theo Buehler
2024-12-19
#ifdef out the inclusion of openssl/mlkem.h for now
Theo Buehler
2024-12-19
Do not assume mlkem.h and bytestring.h are public in libcrypto
Theo Buehler
2024-12-19
ec_mult: use 1ULL to avoid C4334 warning on Visual Studio
Theo Buehler
2024-12-18
mlkem: fix whitespace
Theo Buehler
2024-12-18
kength -> length
Jonathan Gray
2024-12-17
New manual page EVP_aes_128_gcm(3).
Ingo Schwarze
2024-12-17
Avoid a reduce once that can cause Clang misoptomization.
Bob Beck
2024-12-17
Plug two memory leaks in MLKEM*_generate_key_external_entropy()
Theo Buehler
2024-12-17
mlkem: clean up top matter in headers
Theo Buehler
2024-12-16
Simplify ec_point_to_octets()
Theo Buehler
2024-12-13
Add ML-KEM 1024 from BoringSSL
Bob Beck
2024-12-13
KNF nit tb wanted me to fix
Bob Beck
2024-12-13
Add ML-KEM 768 from BoringSSL
Bob Beck
2024-12-12
Rewrite a comment to use p rather than q
Theo Buehler
2024-12-12
Rename group->field to group->p
Theo Buehler
2024-12-12
sm3: fix ugly whitespace
Theo Buehler
2024-12-11
Avoid an oob access in asn1_item_free()
Theo Buehler
2024-12-11
Drop a pair of useless parentheses
Theo Buehler
2024-12-10
Improve a rather misleading sentence about EVP_PKEY_new_mac_key(3).
Ingo Schwarze
2024-12-10
Add a paragraph about HMAC because that algorithm also involves
Ingo Schwarze
2024-12-09
insert a forgotten .Dv macro
Ingo Schwarze
2024-12-09
Mark the constants EVP_PK_*, EVP_PKS_*, and EVP_PKT_* as intentionally
Ingo Schwarze
2024-12-08
Move the algorithm-specific functions EVP_rc2_*(3) out of EVP_EncryptInit(3)
Ingo Schwarze
2024-12-07
Document the low-level rc2.h API.
Ingo Schwarze
2024-12-07
ec_mult: forgot to make one helper static
Theo Buehler
2024-12-07
Move initialization of sign out of the middle of bits handling
Theo Buehler
2024-12-06
Rename ec_wNAF_mul() to ec_wnaf_mul()
Theo Buehler
2024-12-06
ec_mult: manage wNAF data in a struct
Theo Buehler
2024-12-06
Adjust the return type and value of EVP_MD_CTX_init(3)
Ingo Schwarze
2024-12-06
Delete the manual pages EVP_PKEY_meth_new(3) and EVP_PKEY_meth_get0_info(3)
Ingo Schwarze
2024-12-06
Delete the manual page EVP_PKEY_check(3).
Ingo Schwarze
2024-12-06
Delete the manual page EVP_PKEY_asn1_new(3).
Ingo Schwarze
2024-12-06
Provide a SHA-1 assembly implementation for amd64 using SHA-NI.
Joel Sing
2024-12-06
Explain what "EVP" is supposed to mean.
Ingo Schwarze
[next]