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
Age
Commit message (
Expand
)
Author
2024-11-05
Rename cpt_err.c into crypto_err.c
Theo Buehler
2024-11-05
Relocate FIPS stubs to crpyto_legacy.c
Theo Buehler
2024-11-05
CRYPTO_mem_ctrl() is also relocated to crypto_legacy.c
Theo Buehler
2024-11-05
Move OPENSSL_cleanse() to crypto_legacy()
Theo Buehler
2024-11-05
Fold cversion.c into crypto_legacy.c
Theo Buehler
2024-11-05
Rename cryptlib.c into crypto_legacy.c
Theo Buehler
2024-11-05
crypto_local.h: add comment to #endif
Theo Buehler
2024-11-05
Move cryptlib.h to crypto_local.h
Theo Buehler
2024-11-05
EC_POINT_is_at_infinity() returns a boolean
Theo Buehler
2024-11-05
cryptlib.h: adjust header guard for upcoming surgery
Theo Buehler
2024-11-04
Ignore extra groups that don't fit in the buffer passed to getgrouplist(3)
Jeremie Courreges-Anglas
2024-11-04
getgrouplist(3): always return the total number of groups found
Jeremie Courreges-Anglas
2024-11-04
crypto_local.h is empty, so cryptlib.c doesn't need it right now.
Theo Buehler
2024-11-04
Rewrite EC_POINT_new() and EC_POINT_dup()
Theo Buehler
2024-11-03
affine coordinates: the intention was to move the check, not to copy it...
Theo Buehler
2024-11-03
Move point at infinity check to API boundary
Theo Buehler
2024-11-02
d2i_ECPKParameters(): unify return statement with rest of file
Theo Buehler
2024-11-02
ec_convert: remove _OCT also from the macro names
Theo Buehler
2024-11-02
Fix includes in ec_lib and ecp_smpl
Theo Buehler
2024-11-02
Merge compressed coordinate setting back into ecp_smpl and ec_lib
Theo Buehler
2024-11-02
Assert assumption on CRYPTO_THREADID
Theo Buehler
2024-11-02
Rewrite/clean up ec_GFp_simple_set_compressed_coordinates()
Theo Buehler
2024-11-02
Bye bye CRYPTO_THREADID
Theo Buehler
2024-11-02
Inline last uses of CRYPTO_THREADID in err/
Theo Buehler
2024-11-02
sort includes
Theo Buehler
2024-11-01
More include sweeping in cms.
Theo Buehler
2024-11-01
Fix includes in cms_env.c
Theo Buehler
2024-11-01
Drop some pointless parentheses
Theo Buehler
2024-11-01
Only include cryptlib.h where it's needed
Theo Buehler
2024-11-01
Clean up PPC CPU capabilities and Montgomery code.
Joel Sing
2024-11-01
Update cert.pem, ok sthen
Theo Buehler
2024-11-01
regen cert.pem after sort order change in format-pem.pl
Theo Buehler
2024-11-01
Don't lowercase cert subjects when sorting; combined with perl foreach over
Stuart Henderson
2024-11-01
KNF
Theo Buehler
2024-11-01
Move point_conversion_t conversion to API boundary
Theo Buehler
2024-11-01
Garbage collect field_div() member.
Theo Buehler
2024-11-01
sort
Theo Buehler
2024-10-31
Drop the _oct from the function prefixes
Theo Buehler
2024-10-31
Retire the oct2point and point2oct EC_METHOD members
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-31
ecp_oct.c no longer needs bytestring and stdint
Theo Buehler
2024-10-31
ec_point_to_octets: move out_len initialization up a bit
Theo Buehler
2024-10-30
Expand the introductory comment with references to X9.62 and SEC 1
Theo Buehler
2024-10-30
Move the point2bn and point2hex API to ec_convert.c
Theo Buehler
2024-10-30
Replace hardcoded 1U with EC_OCT_YBIT
Theo Buehler
2024-10-30
Move the GFp-specific point <-> octets functions to ec_convert.c
Theo Buehler
2024-10-30
Move public point <-> octets API to a new ec_convert.c
Theo Buehler
2024-10-30
Rewrite EC_POINT_bn2point()
Theo Buehler
[next]