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-08
Provide constant time comparison functions for size_t.
Joel Sing
2024-11-08
Relocate ECParameters_dup() to ec_asn1
Theo Buehler
2024-11-08
Replace aarch64 CPU capabilities detection code.
Joel Sing
2024-11-08
Rename EC_YBIT to EC_POINT_YBIT
Theo Buehler
2024-11-08
Ugh. Don't return the group after freeing it
Theo Buehler
2024-11-07
document EVP_PKEY_CTRL_SET_MAC_KEY for CMAC
Ingo Schwarze
2024-11-06
document EVP_PKEY_CTRL_CIPHER, providing a bit of context
Ingo Schwarze
2024-11-06
About a year ago, the obsolete function EVP_Cipher(3) was moved out of
Ingo Schwarze
2024-11-06
EC_GROUP_set_seed(): flip order of seed and len null checks
Theo Buehler
2024-11-06
Treat the curls in EC_GROUP_dup() with a flatiron
Theo Buehler
2024-11-06
Clean up EC_GROUP_copy()
Theo Buehler
2024-11-06
Switch EC_GROUP_new() to calloc()
Theo Buehler
2024-11-06
Toss tedu's cleanse into crypto_memory.c
Theo Buehler
2024-11-06
add an empty line between license and #include lines
Theo Buehler
2024-11-06
Rename malloc-wrapper.c to crypto_memory.c
Theo Buehler
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
[next]