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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rewrite and simplify bn_sqr()/bn_sqr_normal().
jsing
2023-06-24
3
-39
/
+44
*
Provide optimised bn_subw() and bn_subw_subw() for arm.
jsing
2023-06-24
1
-1
/
+50
*
Codify BN_asc2bn(NULL, *) behavior in regress.
tb
2023-06-23
1
-1
/
+11
*
Avoid crash in BN_asc2bn()
tb
2023-06-23
1
-2
/
+3
*
Fix return check for BN_hex2bn()
tb
2023-06-23
1
-2
/
+2
*
Fix return check of bn_hex2bn_cbs()
tb
2023-06-23
1
-3
/
+3
*
typo: hexidecimal -> hexadecimal
tb
2023-06-23
1
-2
/
+2
*
Remove some redundant parentheses
tb
2023-06-23
1
-17
/
+17
*
Revert previous, not all platforms allow compiling
otto
2023-06-23
2
-37
/
+4
*
symbols: Tweak this test so it works with -j N
tb
2023-06-22
1
-6
/
+4
*
Allow to ask for deeper callers for leak reports using malloc options.
otto
2023-06-22
2
-4
/
+37
*
Provide optimised bn_clzw() for aarch64.
jsing
2023-06-21
1
-1
/
+15
*
Provide and use bn_clzw() in place of bn_word_clz().
jsing
2023-06-21
3
-5
/
+15
*
Make BN_num_bits() independent of bn->top.
jsing
2023-06-21
5
-33
/
+74
*
Add tests for BN_sqr() corner cases.
jsing
2023-06-21
1
-1
/
+81
*
Add BN_cmp()/BN_ucmp() tests with zero padded inputs.
jsing
2023-06-21
1
-1
/
+25
*
Add a BN_num_bits() with zero padded input.
jsing
2023-06-21
1
-4
/
+13
*
Consolidate elliptic curve cofactor handling
tb
2023-06-20
1
-49
/
+41
*
Improve certificate version checks in x509v3_cache_extensions()
tb
2023-06-20
1
-4
/
+11
*
Rename all occurrences of e in this file to engine
tb
2023-06-20
1
-15
/
+15
*
Rename int_ctx_new() into evp_pkey_ctx_new()
tb
2023-06-20
1
-4
/
+4
*
Clean up and fix int_ctx_new()
tb
2023-06-20
1
-34
/
+30
*
Clean up EVP_PKEY_CTX_meth_dup()
tb
2023-06-20
1
-22
/
+19
*
Fix copy-paste error
tb
2023-06-20
1
-2
/
+2
*
Add regress coverage for BN_num_bits()
jsing
2023-06-20
1
-1
/
+35
*
Make enginetest work with disabled engine support
tb
2023-06-19
1
-1
/
+10
*
Fix GOST test with disabled engine
tb
2023-06-19
1
-1
/
+5
*
Properly guard ENGINE usage with !OPENSSL_NO_ENGINE
tb
2023-06-19
1
-1
/
+5
*
Dedoxigenize ecdsa.h
tb
2023-06-19
1
-133
/
+5
*
Turns out EC_KEY_METHOD_new() has dup built in...
tb
2023-06-18
1
-21
/
+3
*
tls_signer: reinstate the default EC_KEY methods
tb
2023-06-18
1
-2
/
+29
*
Switch tls_ecdsa_do_sign() to EC_KEY_get_ex_data()
tb
2023-06-18
1
-3
/
+3
*
libtls: switch ECDSA_METHOD usage to EC_KEY_METHOD
op
2023-06-18
3
-17
/
+12
*
Optimise bn_mul2_mulw_addtw() for aarch64.
jsing
2023-06-17
1
-1
/
+28
*
Speed up Montgomery multiplication.
jsing
2023-06-17
1
-10
/
+37
*
Fix CRYPTO_get_ex_new_index() to return 1 or higher
tb
2023-06-16
1
-2
/
+2
*
Teach the grotty X509_certificate_type() about Ed25519 certs
tb
2023-06-15
1
-1
/
+4
*
regen
tb
2023-06-15
1
-1
/
+9
*
Add RSA with the sha3s to obj_xref.txt
tb
2023-06-15
1
-0
/
+4
*
regen obj_xref.h
tb
2023-06-15
1
-12
/
+14
*
Add Ed25519 to the obj_xref table.
tb
2023-06-15
1
-3
/
+6
*
Some fixes in ASN1_item_verify()
tb
2023-06-15
1
-17
/
+8
*
Make another NULL check explicit and put a brace on the proper line
tb
2023-06-15
1
-4
/
+3
*
Rename a few variables and other cosmetics
tb
2023-06-15
1
-23
/
+21
*
Switch ASN1_item_sign_ctx() to EVP_DigestSign()
tb
2023-06-15
1
-9
/
+7
*
Make NULL checks explicit in ASN1_item_sign_ctx()
tb
2023-06-15
1
-6
/
+8
*
ASN1_item_sign_ctx()
tb
2023-06-15
1
-3
/
+7
*
Fix a logic error in ASN1_item_sign_ctx()
tb
2023-06-15
1
-5
/
+8
*
Move comment about ASN1_item_dup() where it belongs
tb
2023-06-13
1
-7
/
+7
*
Disallow aliasing of return value and modulus
tb
2023-06-13
1
-1
/
+44
[prev]
[next]