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
OPENBSD_7_7
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
/
libc
/
stdlib
/
labs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-25
Remove ech_local.h
tb
1
-65
/
+0
2023-06-25
Stop including ech_local.h
tb
3
-5
/
+5
2023-06-25
Remove prototypes for EC_KEY_{get,insert}_key_method_data()
tb
1
-8
/
+1
2023-06-25
Move ecdh_KDF_X9_63() to ec_local.h
tb
2
-8
/
+8
2023-06-25
Move ECDH_size() to ech_key.c
tb
2
-8
/
+8
2023-06-25
Move the ecdh_method struct declaration to ech_lib.c
tb
2
-11
/
+10
2023-06-25
Move ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.c
tb
4
-28
/
+28
2023-06-25
Remove EC_EXTRA_DATA
tb
4
-230
/
+4
2023-06-25
Remove {ecdh,ecdsa}_check() and {ECDH,ECDSA}_DATA
tb
4
-223
/
+4
2023-06-25
Remove method wrappers that use {ecdh,ecdsa}_check()
tb
2
-73
/
+14
2023-06-25
ecdsa_do_sign(): remove useless ecdsa_check() call
tb
1
-4
/
+2
2023-06-25
Make ECDH and ECDSA ex_data handlers always fail
tb
2
-26
/
+8
2023-06-25
Make {ECDH,ECDSA}_set_method() always fail
tb
2
-29
/
+4
2023-06-25
x509v3.h: unwrap a line
tb
1
-3
/
+2
2023-06-25
Adjust/fix X509_check_purpose(3) documentation
tb
1
-3
/
+3
2023-06-25
Check for duplicate X.509v3 extension OIDs
tb
1
-1
/
+45
2023-06-25
Provide additional BN primitives for BN_ULLONG architectures.
jsing
1
-21
/
+79
2023-06-25
ech_local.h: remove unused ECDH_FLAG_FIPS_METHOD
tb
1
-9
/
+1
2023-06-25
ec_local.h: move ec_group_simple_order_bits down a bit
tb
1
-3
/
+2
2023-06-24
Remove precompute_mult/have_precompute_mult from EC_METHOD.
jsing
2
-26
/
+4
2023-06-24
Mop up EC_GROUP precomp machinery.
jsing
3
-252
/
+10
2023-06-24
Mop up ec_wNAF_{,have_}precompute_mult().
jsing
2
-206
/
+2
2023-06-24
Add conditional around bn_mul_words() call.
jsing
1
-2
/
+4
2023-06-24
Assign and test.
jsing
1
-3
/
+2
2023-06-24
Check for non-zero length rather than a zero value.
jsing
1
-2
/
+2
2023-06-24
Rewrite and simplify bn_sqr()/bn_sqr_normal().
jsing
3
-39
/
+44
2023-06-24
Provide optimised bn_subw() and bn_subw_subw() for arm.
jsing
1
-1
/
+50
2023-06-23
Codify BN_asc2bn(NULL, *) behavior in regress.
tb
1
-1
/
+11
2023-06-23
Avoid crash in BN_asc2bn()
tb
1
-2
/
+3
2023-06-23
Fix return check for BN_hex2bn()
tb
1
-2
/
+2
2023-06-23
Fix return check of bn_hex2bn_cbs()
tb
1
-3
/
+3
2023-06-23
typo: hexidecimal -> hexadecimal
tb
1
-2
/
+2
2023-06-23
Remove some redundant parentheses
tb
1
-17
/
+17
2023-06-23
Revert previous, not all platforms allow compiling
otto
2
-37
/
+4
2023-06-22
symbols: Tweak this test so it works with -j N
tb
1
-6
/
+4
2023-06-22
Allow to ask for deeper callers for leak reports using malloc options.
otto
2
-4
/
+37
2023-06-21
Provide optimised bn_clzw() for aarch64.
jsing
1
-1
/
+15
2023-06-21
Provide and use bn_clzw() in place of bn_word_clz().
jsing
3
-5
/
+15
2023-06-21
Make BN_num_bits() independent of bn->top.
jsing
5
-33
/
+74
2023-06-21
Add tests for BN_sqr() corner cases.
jsing
1
-1
/
+81
2023-06-21
Add BN_cmp()/BN_ucmp() tests with zero padded inputs.
jsing
1
-1
/
+25
2023-06-21
Add a BN_num_bits() with zero padded input.
jsing
1
-4
/
+13
2023-06-20
Consolidate elliptic curve cofactor handling
tb
1
-49
/
+41
2023-06-20
Improve certificate version checks in x509v3_cache_extensions()
tb
1
-4
/
+11
2023-06-20
Rename all occurrences of e in this file to engine
tb
1
-15
/
+15
2023-06-20
Rename int_ctx_new() into evp_pkey_ctx_new()
tb
1
-4
/
+4
2023-06-20
Clean up and fix int_ctx_new()
tb
1
-34
/
+30
2023-06-20
Clean up EVP_PKEY_CTX_meth_dup()
tb
1
-22
/
+19
2023-06-20
Fix copy-paste error
tb
1
-2
/
+2
2023-06-20
Add regress coverage for BN_num_bits()
jsing
1
-1
/
+35
[next]