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
OPENBSD_7_8
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
*
Make NULL checks in ec_asn1_group2curve() explicit
tb
2024-10-14
1
-3
/
+5
*
Fix field element encoding for elliptic curve coefficients
tb
2024-10-14
1
-45
/
+36
*
Drop an obvious comment and fix indent for setting the seed
tb
2024-10-14
1
-4
/
+3
*
In ec_asn1_group2curve() rename ok to ret, per usual
tb
2024-10-14
1
-4
/
+4
*
Use a and b for the curve coefficients
tb
2024-10-11
1
-10
/
+11
*
Clean up ec_asn1_group2fieldid()
tb
2024-10-11
1
-32
/
+28
*
Fix a long-standing bug in ec_asn1_group2pkparameters()
tb
2024-10-11
1
-2
/
+2
*
Use defines for the CHOICE variants of ECPKPARAMETERS
tb
2024-10-11
1
-7
/
+10
*
Remove NULL check in ec_asn1_pkparameters2group()
tb
2024-10-11
1
-5
/
+1
*
Use better variable names in ec_asn1_pkparameters2group()
tb
2024-10-11
1
-10
/
+13
*
First cleanup pass over ec_asn1_group2pkparameters()
tb
2024-10-11
1
-27
/
+25
*
Remove params argument from ec_asn1_group2parameters()
tb
2024-10-11
1
-13
/
+8
*
Simplify ec_asn1_group2pkparameters()
tb
2024-10-11
1
-15
/
+8
*
Spell NULL in a simpler fashion
tb
2024-10-11
1
-3
/
+5
*
Clean up i2d_ECPKParameters()
tb
2024-10-11
1
-10
/
+13
*
Remove the unused field_mod_func from EC_GROUP
tb
2024-10-03
1
-4
/
+1
*
Make EC{,PK}PARAMETERS_it static
tb
2024-10-03
1
-3
/
+3
*
Fix ASN1_INTEGER_to_BN() misuse
tb
2024-10-03
1
-16
/
+16
*
Switch field_bits to be an int
tb
2024-10-03
1
-3
/
+3
*
Fix BN_to_ASN1_INTEGER() misuse
tb
2024-10-03
1
-7
/
+6
*
Remove the pkey_{,public_,param_}check() handlers
tb
2024-08-29
1
-40
/
+1
*
Implement X509_get_signature_info()
tb
2024-08-28
1
-1
/
+21
*
replace atoi(3) usage with strtonum(3); ok/tweaks tb@
op
2024-08-26
1
-4
/
+10
*
The EC_KEY method should use the EC_KEY index, not RSA
tb
2024-08-03
1
-2
/
+2
*
libcrypto: constify most error string tables
tb
2024-06-24
1
-6
/
+7
*
unwrap a line
tb
2024-05-19
1
-3
/
+2
*
Add missing EC_KEY_free()
tb
2024-05-10
1
-1
/
+3
*
One empty line is enough
tb
2024-04-23
1
-18
/
+1
*
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
*
Remove comments from captain obvious and drop useless prototypes
tb
2024-04-17
1
-43
/
+1
*
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
*
More X9.62 stuff was never used outside of ec_asn1.c
tb
2024-04-15
1
-35
/
+5
*
EC_PRIVATEKEY becomes internal-only, too
tb
2024-04-15
1
-10
/
+10
*
Unexport the ECPKPARAMETERS API
tb
2024-04-15
2
-14
/
+12
*
Make ECPARAMETERS_{new,free,it} internal-only
tb
2024-04-15
1
-5
/
+5
*
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
*
Hide deprecated functions in ec.h
beck
2024-04-10
3
-11
/
+12
[next]