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
/
ec_ameth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
eckey_compute_pubkey: don't leak the public key
tb
2024-10-29
1
-2
/
+1
*
Expose eckey_compute_key() from ec_ameth
tb
2024-10-28
1
-2
/
+2
*
ec_ameth.c: fix includes
tb
2024-10-20
1
-3
/
+9
*
Remove the pkey_{,public_,param_}check() handlers
tb
2024-08-29
1
-40
/
+1
*
Add missing EC_KEY_free()
tb
2024-05-10
1
-1
/
+3
*
Add some more comments explaining shortcomings of the API
tb
2024-04-18
1
-2
/
+9
*
Use X509_ALGOR_get0() in ecdh_cms_set_shared_info()
tb
2024-04-18
1
-6
/
+14
*
Test and assign in ecdh_cms_set_shared_info()
tb
2024-04-18
1
-9
/
+7
*
Turn ecdh_cms_set_shared_info() into single exit
tb
2024-04-18
1
-7
/
+9
*
Shuffle EVP_PKEY_CTX setting together
tb
2024-04-17
1
-5
/
+3
*
ecdh_cms_encrypt(): tweak wrap_algor construction
tb
2024-04-17
1
-15
/
+23
*
ecdh_cms_encrypt: tweak handling of ecdh_nid
tb
2024-04-17
1
-4
/
+3
*
ecdh_cms_encrypt: handle kdf_md in one go
tb
2024-04-17
1
-3
/
+3
*
ecdh_cms_encrypt: simplify setting the KDF type
tb
2024-04-17
1
-13
/
+6
*
Use error checked X509_ALGOR_set0_by_nid
tb
2024-04-17
1
-5
/
+5
*
ecdh_cms_encrypt: simplify handling of pkey
tb
2024-04-17
1
-15
/
+6
*
Transfer ownership before setting unused bits
tb
2024-04-17
1
-2
/
+4
*
Turn ecdh_cms_encrypt() into single exit
tb
2024-04-17
1
-7
/
+7
*
Fix error check in ecdh_cms_encrypt()
tb
2024-04-17
1
-2
/
+2
*
Fix indent
tb
2024-04-14
1
-3
/
+3
*
Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl()
tb
2024-04-13
1
-3
/
+8
*
Replace .pkey_base_id with a .base_method pointer
tb
2024-01-04
1
-2
/
+2
*
eckey: adjust some variable names and unwrap function definitions
tb
2023-12-29
1
-11
/
+8
*
Clean up old_ec_priv_decode()
tb
2023-12-29
1
-10
/
+17
*
Clean up eckey_param_decode()
tb
2023-12-29
1
-9
/
+16
*
Rework eckey_priv_decode()
tb
2023-12-29
1
-49
/
+53
*
Move a call to X509_ALGOR_get0() down a line
tb
2023-12-29
1
-2
/
+2
*
Break two ridiculously long lines in ec_pub_cmp() and ec_cmp_parameters()
tb
2023-09-24
1
-4
/
+7
*
Refactor eckey_{param2type,type2param}()
tb
2023-09-24
1
-92
/
+139
*
ec_ameth: clean up eckey_{pub,priv}_encode()
tb
2023-08-21
1
-62
/
+67
*
The int_ prefix also leaves the ec_ameth mess
tb
2023-08-12
1
-5
/
+5
*
Mop up remaining uses of ASN1_bn_print()
tb
2023-07-07
1
-17
/
+6
*
Inline two copies of EC_GROUP_order_bits()
tb
2023-07-03
1
-22
/
+6
*
Simplify ASN1_bn_print() usage in ec/
tb
2023-07-01
1
-5
/
+3
*
Fix another return value check for CMS_SharedInfo_encode()
tb
2023-03-07
1
-2
/
+2
*
Fix some return checks in ecdh_cms_encrypt()
tb
2023-03-06
1
-3
/
+3
*
Make internal header file names consistent
tb
2022-11-26
1
-4
/
+4
*
Fix an annoying quirk in the EC code
tb
2022-11-19
1
-25
/
+25
*
whitespace
tb
2022-11-19
1
-22
/
+22
*
Prepare to provide EVP_PKEY_security_bits()
tb
2022-06-27
1
-1
/
+21
*
Straightforward conversion of ecdh_cms_encrypt() to
tb
2022-05-24
1
-3
/
+3
*
Prepare to provide EVP_PKEY_{public,param}_check
tb
2022-01-10
1
-1
/
+25
*
Prepare to provide EVP_PKEY_check()
tb
2022-01-10
1
-2
/
+18
*
Include evp_locl.h where it will be needed once most structs from
tb
2021-12-12
1
-1
/
+2
*
Plug memory leak in error paths. Found while comparing this file
tb
2019-09-09
1
-5
/
+5
*
Move #include <openssl/cms.h> to more appropriate location (since it is
jsing
2019-09-09
1
-3
/
+2
*
Add CMS ECC support.
jsing
2019-09-08
1
-2
/
+370
*
Add consts to EVP_PKEY_asn1_set_private()
tb
2018-08-24
1
-2
/
+2
*
After removing support for broken PKCS#8 formats (it was high time),
tb
2018-08-24
1
-2
/
+2
*
recommit label indentation part of the backout; clearly unrelated to the
tb
2018-07-15
1
-7
/
+7
[next]