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
/
libcrypto
/
ec
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ec_lib.c: fix a few NULL misspellings
tb
2023-04-13
1
-6
/
+6
*
Fix various early return issues spotted by coverity
tb
2023-04-13
1
-13
/
+13
*
Handle BN_CTX at the EC API boundary.
jsing
2023-04-11
11
-491
/
+553
*
Clean up unused BIGNUM.
jsing
2023-04-11
1
-4
/
+1
*
Replace the remaining BN_copy() with bn_copy()
tb
2023-03-27
6
-70
/
+70
*
Return the signature length after successful signing operation
tb
2023-03-15
1
-1
/
+3
*
Fix a EC_GROUP_clear_free() that snuck through.
jsing
2023-03-08
1
-2
/
+2
*
Fix previous.
jsing
2023-03-08
1
-5
/
+5
*
Always clear EC groups and points on free.
jsing
2023-03-08
10
-114
/
+35
*
Stop trying to use EC_GFp_nist_method().
jsing
2023-03-08
1
-76
/
+20
*
Remove EC_FLAGS_DEFAULT_OCT.
jsing
2023-03-08
6
-79
/
+27
*
Call BN_free() instead of BN_clear_free().
jsing
2023-03-07
5
-22
/
+22
*
Fix another return value check for CMS_SharedInfo_encode()
tb
2023-03-07
1
-2
/
+2
*
Move EC_GFp_simple_method() to the bottom of the file.
jsing
2023-03-07
1
-75
/
+51
*
Use static functions for EC_GF2m_simple_method() implementation.
jsing
2023-03-07
2
-131
/
+74
*
Use static functions for EC_GFp_nist_method() implementation.
jsing
2023-03-07
2
-63
/
+53
*
Use static functions for EC_GFp_mont_method() implementation.
jsing
2023-03-07
2
-86
/
+62
*
Fix formatting of comments.
jsing
2023-03-07
1
-14
/
+27
*
Consolidate clear code for EC_GFp_mont_method.
jsing
2023-03-07
1
-23
/
+18
*
Fix some return checks in ecdh_cms_encrypt()
tb
2023-03-06
1
-3
/
+3
*
Remove #ifndef OPENSSL_EC_NISTP_64_GCC_128.
jsing
2023-03-05
1
-5
/
+1
*
Remove ec_GFp_nistp.* prototypes.
jsing
2023-03-05
1
-40
/
+1
*
Remove duplicate function prototypes.
jsing
2023-03-05
1
-8
/
+1
*
Mop up ECP_NISTZ256_ASM and OPENSSL_NO_EC_NISTP_64_GCC_128 leftovers.
jsing
2023-03-04
2
-22
/
+3
*
Rename field_data1 and field_data2.
jsing
2023-03-04
2
-48
/
+50
*
libcrypto/ec: another missing point-on-curve check
tb
2023-02-07
1
-3
/
+9
*
Remove unused Elliptic Curve code.
jsing
2023-01-14
10
-25329
/
+0
*
Clean up and simplify EC_KEY handling, mostly from a BN_CTX perspective.
jsing
2023-01-14
1
-59
/
+80
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
6
-42
/
+42
*
Make internal header file names consistent
tb
2022-11-26
26
-65
/
+65
*
Merge the second y_bit check into the first one where it belongs
tb
2022-11-24
1
-5
/
+5
*
Simplify y_bit handling in compressed coordinates
tb
2022-11-24
1
-15
/
+2
*
Clean up EC_METHOD and EC_GROUP definitions
tb
2022-11-24
1
-102
/
+111
*
Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1.
jsing
2022-11-24
3
-16
/
+16
*
Call bn_expand() rather than handrolling an equivalent.
jsing
2022-11-24
1
-5
/
+5
*
Fix leaks in ecx_set_{priv,pub}_key()
tb
2022-11-23
1
-9
/
+9
*
Remove bn_* defines/prototypes.
jsing
2022-11-23
1
-4
/
+1
*
Fix some whitespace and comment formatting
tb
2022-11-22
1
-37
/
+45
*
Fix an annoying quirk in the EC code
tb
2022-11-19
20
-243
/
+243
*
whitespace
tb
2022-11-19
16
-134
/
+134
*
Implement EVP interfaces for Ed25519 and X25519.
jsing
2022-11-10
3
-2
/
+868
*
Fix a few more leaks in *_print() functions.
tobhe
2022-11-10
1
-9
/
+19
*
static const, not const static
jsg
2022-08-29
1
-3
/
+3
*
Remove mkerr.pl remnants from LibreSSL
kn
2022-07-12
2
-12
/
+2
*
Replace obj_mac.h with object.h
tb
2022-06-30
3
-8
/
+10
*
Prepare to provide EVP_PKEY_security_bits()
tb
2022-06-27
1
-1
/
+21
*
Simplify ec_asn1_group2curve()
tb
2022-05-24
1
-18
/
+21
*
Straightforward conversion of ecdh_cms_encrypt() to
tb
2022-05-24
1
-3
/
+3
*
Avoid infinite loop for custom curves of order 1
tb
2022-04-07
1
-3
/
+3
*
Simplify priv_key handling in d2i_ECPrivateKey()
tb
2022-03-31
1
-8
/
+3
[next]