index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
ec
/
ec_asn1.c
Age
Commit message (
Expand
)
Author
14 days
Relocate ECParameters_dup() to ec_asn1
Theo Buehler
2024-11-02
d2i_ECPKParameters(): unify return statement with rest of file
Theo Buehler
2024-10-31
Clean up the mess in i2d_EC_PRIVATEKEY()
Theo Buehler
2024-10-31
Clean up o2i_ECPublicKey()
Theo Buehler
2024-10-31
Rewrite i2o_ECPublicKey()
Theo Buehler
2024-10-30
Add ec_point_from_asn1_bit_string()
Theo Buehler
2024-10-30
Add ec_point_from_asn1_octet_string()
Theo Buehler
2024-10-30
ec_asn1_group2parameters: some spring cleaning
Theo Buehler
2024-10-30
ec_asn1_group2parameters: replace point with generator
Theo Buehler
2024-10-30
ec_asn1_group2parameters: mechanically replace ret with parameters
Theo Buehler
2024-10-30
Provide ec_point_to_asn1_bit_string()
Theo Buehler
2024-10-30
Provide ec_point_to_asn1_octet_string()
Theo Buehler
2024-10-29
ec_asn1: zap an empty line
Theo Buehler
2024-10-28
Fix private key encoding in i2d_ECPrivateKey()
Theo Buehler
2024-10-28
d2i_ECPrivateKey: split public key setting into a helper
Theo Buehler
2024-10-28
d2i_ECPrivateKey: split private key setting into a helper
Theo Buehler
2024-10-28
d2i_ECPrivateKey: split parameter setting into a helper
Theo Buehler
2024-10-28
Rename the EC_KEY in i2o_ECPublicKey() to ec_key
Theo Buehler
2024-10-28
Rename the EC_KEY in i2d_ECPrivateKey() to ec_key
Theo Buehler
2024-10-27
d2i_ECParameters: clean up entry and exit
Theo Buehler
2024-10-27
d2i_ECParameters: rename a to out_ec_key
Theo Buehler
2024-10-27
d2i_ECParameters: rename ret to ec_key
Theo Buehler
2024-10-27
i2d_ECParameters: rename a to ec_key
Theo Buehler
2024-10-26
d2i_ECPrivateKey: move the version setting where it belongs
Theo Buehler
2024-10-26
d2i_ECPrivateKey: minor cleanup for entry and exit path
Theo Buehler
2024-10-26
a and ret aren't great names for EC_KEYs
Theo Buehler
2024-10-26
Mechanically rename priv_key to ec_privatekey
Theo Buehler
2024-10-25
ec_asn1: make two helpers static
Theo Buehler
2024-10-25
ec_asn1: fix some NULL misspellings
Theo Buehler
2024-10-22
Provide and use ec_group_get_field_type()
Theo Buehler
2024-10-20
ec_asn1: add missing includes
Theo Buehler
2024-10-18
Enforce that EC Parameters correspond to a builtin curve
Theo Buehler
2024-10-17
Split ec_asn1_parameters2group() into digestible pieces
Theo Buehler
2024-10-15
Switch ec_asn1_group2parameters() to get0_{order,cofactor}()
Theo Buehler
2024-10-14
Make NULL checks in ec_asn1_group2curve() explicit
Theo Buehler
2024-10-14
Fix field element encoding for elliptic curve coefficients
Theo Buehler
2024-10-14
Drop an obvious comment and fix indent for setting the seed
Theo Buehler
2024-10-14
In ec_asn1_group2curve() rename ok to ret, per usual
Theo Buehler
2024-10-11
Use a and b for the curve coefficients
Theo Buehler
2024-10-11
Clean up ec_asn1_group2fieldid()
Theo Buehler
2024-10-11
Fix a long-standing bug in ec_asn1_group2pkparameters()
Theo Buehler
2024-10-11
Use defines for the CHOICE variants of ECPKPARAMETERS
Theo Buehler
2024-10-11
Remove NULL check in ec_asn1_pkparameters2group()
Theo Buehler
2024-10-11
Use better variable names in ec_asn1_pkparameters2group()
Theo Buehler
2024-10-11
First cleanup pass over ec_asn1_group2pkparameters()
Theo Buehler
2024-10-11
Remove params argument from ec_asn1_group2parameters()
Theo Buehler
2024-10-11
Simplify ec_asn1_group2pkparameters()
Theo Buehler
2024-10-11
Spell NULL in a simpler fashion
Theo Buehler
2024-10-11
Clean up i2d_ECPKParameters()
Theo Buehler
2024-10-03
Make EC{,PK}PARAMETERS_it static
Theo Buehler
[next]