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
2022-08-05
Remove overly aggressive trust check in legacy verifier that breaks
Bob Beck
2022-08-04
Mop up key_len assignments.
Joel Sing
2022-08-04
Mop up EVP_CIPH_FLAG_FIPS usage.
Joel Sing
2022-08-04
Remove various aesni_* defines to aes_* functions.
Joel Sing
2022-08-03
Prepare to provide PKCS12 accessors
Theo Buehler
2022-08-02
Expand BLOCK_CIPHER_* macros.
Joel Sing
2022-07-31
Tidy up some of BN_nist_mod_*
Joel Sing
2022-07-31
Allow a NULL header in PEM_write{,_bio}()
Theo Buehler
2022-07-30
Use named initialisers for BIGNUMs.
Joel Sing
2022-07-30
Untangle two logic chains in x509_asid.c into something more readable.
Theo Buehler
2022-07-30
Reorder functions and remove unnecessary function prototypes.
Joel Sing
2022-07-30
Add stack frames to AES-NI x86_64 assembly.
Joel Sing
2022-07-30
Use ASN1_INTEGER to encode/decode BIGNUM_it.
Joel Sing
2022-07-30
Provide and use a primitive clear function for BIGNUM_it.
Joel Sing
2022-07-30
Eliminate the somewhat pointless Ij variable
Theo Buehler
2022-07-30
Transform two || chains into individually checked functions
Theo Buehler
2022-07-29
Having a perfect square at this point is not an error. Rather it is
Theo Buehler
2022-07-29
Tweak some comments and whitespace around comments
Theo Buehler
2022-07-26
Do not pass input length <= 0 to the cipher handlers
Theo Buehler
2022-07-25
fix indent
Theo Buehler
2022-07-24
Plug leak in X509V3_add1_i2d()
Theo Buehler
2022-07-24
Prepare to resurrect TS_RESP_CTX_set_time_cb()
Theo Buehler
2022-07-24
Prepare to provide TS_VERIFY_CTX accessors
Theo Buehler
2022-07-24
Prepare to provide various TS_STATUS_INFO accessors
Theo Buehler
2022-07-24
Align PKCS12_key_gen_uni() with OpenSSL
Theo Buehler
2022-07-24
Minor fixes in PKCS12_parse()
Theo Buehler
2022-07-24
Per RFC 7292, safeContentsBag is a SEQUENCE OF, not a SET OF
Theo Buehler
2022-07-24
Clear key on exit in PKCS12_gen_mac()
Theo Buehler
2022-07-24
Plug a leak in PKCS12_setup_mac()
Theo Buehler
2022-07-24
Start making ts opaque
Theo Buehler
2022-07-23
Fix file names in comments.
Theo Buehler
2022-07-19
Avoid unnecessary loops in BN_generate_prime_ex()
Theo Buehler
2022-07-17
Handle X509_check_purpose(3) and EVP_get_digestbyobj(3)
Klemens Nanni
2022-07-17
Add initial support for ESSCertIDv2 verification
Klemens Nanni
2022-07-16
Add ESSCertIDv2 stack macros
Klemens Nanni
2022-07-16
Add ESSCertIDv2 ASN.1 boilerplate
Klemens Nanni
2022-07-16
Add NID for signingCertificateV2
Klemens Nanni
2022-07-16
Avoid direct X509 structure access
Klemens Nanni
2022-07-16
Zap duplicate ERR_load_TS_strings() prototype
Klemens Nanni
2022-07-15
Expand the comment explaining the for loop with bn_lucas_step() a bit.
Theo Buehler
2022-07-15
Comment for factorization of n - 1 = k * 2^s in bn_miller_rabin_base_2()
Theo Buehler
2022-07-15
Rename is_perfect_square to out_perfect in prototype to match
Theo Buehler
2022-07-14
Zap trailing whitespace
Theo Buehler
2022-07-13
add a few .Xr links to new manual pages
Ingo Schwarze
2022-07-13
In dsa.h rev. 1.34 (14 Jan 2022), tb@ provided DSA_bits(3).
Ingo Schwarze
2022-07-13
In x509_vfy.h rev. 1.54, tb@ provided X509_VERIFY_PARAM_get_time(3)
Ingo Schwarze
2022-07-13
link three new manual pages to the build
Ingo Schwarze
2022-07-13
Cast int64_t to uint64_t before negating.
Joel Sing
2022-07-13
Write documentation for EVP_PKEY_check(3), EVP_PKEY_public_check(3),
Ingo Schwarze
2022-07-13
Simplify computation of max_pub_key = dh->p - 1.
Theo Buehler
[next]