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
path:
root
/
src
/
lib
/
libcrypto
/
ec
/
ec_asn1.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify field and private key encoding
tb
10 days
1
-13
/
+3
*
Simplify ec_asn1_group2fieldid()
tb
2025-01-25
1
-25
/
+3
*
ec_asn1: update a comment to match reality
tb
2024-12-06
1
-2
/
+2
*
Set nid on group decoded from EC parameters
tb
2024-12-06
1
-2
/
+4
*
Use OPENSSL_EC_EXPLICIT_CURVE rather than 0
tb
2024-11-22
1
-2
/
+2
*
Relocate ECParameters_dup() to ec_asn1
tb
2024-11-08
1
-1
/
+23
*
d2i_ECPKParameters(): unify return statement with rest of file
tb
2024-11-02
1
-2
/
+3
*
Clean up the mess in i2d_EC_PRIVATEKEY()
tb
2024-10-31
1
-16
/
+36
*
Clean up o2i_ECPublicKey()
tb
2024-10-31
1
-14
/
+17
*
Rewrite i2o_ECPublicKey()
tb
2024-10-31
1
-26
/
+25
*
Add ec_point_from_asn1_bit_string()
tb
2024-10-30
1
-16
/
+20
*
Add ec_point_from_asn1_octet_string()
tb
2024-10-30
1
-13
/
+21
*
ec_asn1_group2parameters: some spring cleaning
tb
2024-10-30
1
-14
/
+12
*
ec_asn1_group2parameters: replace point with generator
tb
2024-10-30
1
-4
/
+4
*
ec_asn1_group2parameters: mechanically replace ret with parameters
tb
2024-10-30
1
-15
/
+15
*
Provide ec_point_to_asn1_bit_string()
tb
2024-10-30
1
-30
/
+14
*
Provide ec_point_to_asn1_octet_string()
tb
2024-10-30
1
-26
/
+49
*
ec_asn1: zap an empty line
tb
2024-10-29
1
-2
/
+1
*
Fix private key encoding in i2d_ECPrivateKey()
tb
2024-10-28
1
-31
/
+40
*
d2i_ECPrivateKey: split public key setting into a helper
tb
2024-10-28
1
-36
/
+41
*
d2i_ECPrivateKey: split private key setting into a helper
tb
2024-10-28
1
-14
/
+31
*
d2i_ECPrivateKey: split parameter setting into a helper
tb
2024-10-28
1
-8
/
+26
*
Rename the EC_KEY in i2o_ECPublicKey() to ec_key
tb
2024-10-28
1
-6
/
+6
*
Rename the EC_KEY in i2d_ECPrivateKey() to ec_key
tb
2024-10-28
1
-14
/
+14
*
d2i_ECParameters: clean up entry and exit
tb
2024-10-27
1
-13
/
+17
*
d2i_ECParameters: rename a to out_ec_key
tb
2024-10-27
1
-7
/
+7
*
d2i_ECParameters: rename ret to ec_key
tb
2024-10-27
1
-9
/
+9
*
i2d_ECParameters: rename a to ec_key
tb
2024-10-27
1
-4
/
+4
*
d2i_ECPrivateKey: move the version setting where it belongs
tb
2024-10-26
1
-2
/
+2
*
d2i_ECPrivateKey: minor cleanup for entry and exit path
tb
2024-10-26
1
-13
/
+13
*
a and ret aren't great names for EC_KEYs
tb
2024-10-26
1
-26
/
+26
*
Mechanically rename priv_key to ec_privatekey
tb
2024-10-26
1
-27
/
+27
*
ec_asn1: make two helpers static
tb
2024-10-25
1
-3
/
+3
*
ec_asn1: fix some NULL misspellings
tb
2024-10-25
1
-4
/
+4
*
Provide and use ec_group_get_field_type()
tb
2024-10-22
1
-2
/
+2
*
ec_asn1: add missing includes
tb
2024-10-20
1
-2
/
+6
*
Enforce that EC Parameters correspond to a builtin curve
tb
2024-10-18
1
-1
/
+3
*
Split ec_asn1_parameters2group() into digestible pieces
tb
2024-10-17
1
-96
/
+144
*
Switch ec_asn1_group2parameters() to get0_{order,cofactor}()
tb
2024-10-15
1
-11
/
+14
*
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
[next]