index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
evp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
11 days
Remove mention of X509_NAME_print(3) in the docs
tb
3
-46
/
+13
12 days
ec_asn1_test: Prepare for upcoming bump
tb
2
-8
/
+11
12 days
Adjust signature of CRYPTO_set_mem_functions and remove _get_ docs
tb
1
-23
/
+5
12 days
Rename CRYPTO_get_mem_functions.3 to CRYPTO_set_mem_functions.3
tb
2
-4
/
+4
12 days
Remove EC_POINT_method_of() docs
tb
1
-19
/
+1
12 days
Remove X509_OBJECT_free_contets() docs
tb
1
-20
/
+3
12 days
Remove X509_OBJECT_up_ref_count() documentation
tb
1
-23
/
+2
12 days
Remove EC_PIONT_{get,set}_Jprojective_coordinates_GFp docs
tb
1
-53
/
+1
12 days
Remove EC_POINTs_{make_affine,mul}() docs
tb
1
-67
/
+2
12 days
Remove EC_GROUP_{,have_}precompute_mult() docs
tb
1
-31
/
+4
12 days
Remove EC_GROUP_method_of() docs
tb
1
-20
/
+1
12 days
Remove EC_GFp_* and EC_METHOD_get_field_type docs
tb
7
-156
/
+12
12 days
Inline _CONF_get_section_values() in its last caller and remove it
tb
3
-19
/
+9
13 days
Provide an accelerated SHA-256 assembly implementation for aarch64.
jsing
4
-2
/
+232
13 days
_CONF_new_section: error check hash insertion
tb
1
-1
/
+5
13 days
_CONF_new_section(): avoid silly ok dance
tb
1
-11
/
+8
13 days
_CONF_new_section(): replace hand-rolled strdup() with the real thing
tb
1
-5
/
+3
13 days
_CONF_new_section(): malloc() -> calloc()
tb
1
-4
/
+2
2025-03-06
asn1_multi: remove a pointless cast
tb
1
-2
/
+2
2025-03-06
Rename X509V3_get_section() to X509V3_get0_section()
tb
6
-15
/
+15
2025-03-06
Garbage collect X509V3_section_free()
tb
6
-25
/
+8
2025-03-04
unifdef OPENSSL_NO_CHAIN_VERIFY
tb
1
-6
/
+3
2025-03-01
Zap trailing whitespace in dsa.h
tb
1
-7
/
+7
2025-03-01
Remove offensive whitespace from x509.h
tb
1
-27
/
+27
2025-03-01
conf.h: remove outdated comment
tb
1
-4
/
+1
2025-02-27
Rename the crl_inf_cb() to crl_info_cb()
tb
1
-3
/
+3
2025-02-27
Hoist X509_REVOKED_cmp() above its only caller
tb
1
-9
/
+7
2025-02-26
obj_dat: remove parens from return
tb
1
-9
/
+9
2025-02-26
asn1object: improve error message to include returned value
tb
1
-2
/
+2
2025-02-26
obj_dat: don't shift a->length into the sign bit
tb
1
-2
/
+2
2025-02-26
obj_dat: don't shift ca->type into the sign bit
tb
1
-2
/
+2
2025-02-25
openssl ca: use BN_bn2hex() rather than reimplementing it
tb
1
-28
/
+18
2025-02-24
x_crl.c: remove two NULL checks before *_free()
tb
1
-5
/
+3
2025-02-21
Remove unused name member from x509_st
tb
2
-11
/
+2
2025-02-20
Remove unused valid member of x509_st
tb
2
-4
/
+2
2025-02-18
pkey_ec_derive(): simplify keylen calculation
tb
1
-5
/
+3
2025-02-17
Simplify ECDH_size() by using BN_num_bytes()
tb
1
-3
/
+3
2025-02-14
Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines.
jsing
20
-58
/
+120
2025-02-13
ec_mont_group_set_curve: convert to BN_MONT_CTX_create() and simplify
tb
1
-20
/
+7
2025-02-13
dsa_gen: convert to BN_MONT_CTX_create()
tb
1
-5
/
+2
2025-02-13
Convert bn_exp to BN_MONT_CTX_create()
tb
1
-53
/
+38
2025-02-13
Convert BPSW to BN_MONT_CTX_create()
tb
1
-5
/
+2
2025-02-13
Convert BN_MONT_CTX_set_locked() to BN_MONT_CTX_create()
tb
1
-4
/
+2
2025-02-13
bn: add internal BN_MONT_CTX_create()
tb
2
-2
/
+22
2025-02-12
recp -> reciprocal renaming in tests
tb
2
-7
/
+7
2025-02-12
Rename BN_mod_exp_recp() to BN_mod_exp_reciprocal()
tb
2
-5
/
+5
2025-02-08
Cache CRLs in issuer cache
tb
2
-18
/
+37
2025-02-08
Move X509_NAME_print() next to its only internal caller
tb
2
-93
/
+91
2025-02-08
x509_verify_parent_signature(): no need to bump pkey's refcount
tb
1
-4
/
+2
2025-02-08
x509_verify: missing verify error on cached signature mismatch
tb
1
-2
/
+5
[prev]
[next]