index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-03-08
Fix a EC_GROUP_clear_free() that snuck through.
Joel Sing
2023-03-08
this morning's fortune was missing an apostrophe;
Jason McIntyre
2023-03-08
Fix previous.
Joel Sing
2023-03-08
reduce number of tests in bn_rand_interval.
Theo Buehler
2023-03-08
bn_isqrt: reduce number of tests to 100.
Theo Buehler
2023-03-08
Plug mem leak. Coverity CID 405196, ok djm@
Darren Tucker
2023-03-08
Process up to four test vector files concurrently.
Joel Sing
2023-03-08
Always clear EC groups and points on free.
Joel Sing
2023-03-08
Run test groups concurrently.
Joel Sing
2023-03-08
zap more audit remnants
Theo Buehler
2023-03-08
Stop trying to use EC_GFp_nist_method().
Joel Sing
2023-03-08
ssh-pkcs11: synchronize error messages with errors
Theo Buehler
2023-03-08
Remove acceptable audit.
Joel Sing
2023-03-08
Remove EC_FLAGS_DEFAULT_OCT.
Joel Sing
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-03-08
use RSA/SHA256 when testing usability of private key in agent;
Damien Miller
2023-03-08
use RSA/SHA256 when testing usability of private key;
Damien Miller
2023-03-07
refactor to be more readable top to bottom. Prompted by Coverity CID
Damien Miller
2023-03-07
Avoid enabling TSO on interfaces which are already attached to a bridge.
Jan Klemkow
2023-03-07
Delete obsolete /* ARGSUSED1 */ lint comments.
Philip Guenther
2023-03-07
Use "installboot -p"; tested by/OK miod
Klemens Nanni
2023-03-07
Initial support for guided disk encryption
Klemens Nanni
2023-03-07
Nuke pointless 'pb#N:ob#0:' lines from floppy
Kenneth R Westerback
2023-03-07
Improve decoded content printing in filemode
Job Snijders
2023-03-07
restore tags for commands lost in r1.112 restructuring; OK jmc
Klemens Nanni
2023-03-07
Remove pre-c99 gcc workaround which is no longer needed.
Claudio Jeker
2023-03-07
Add some minimal initialization code for rk356x such that the kernel
Mark Kettenis
2023-03-07
Improve bn_montgomery_multiply_words().
Joel Sing
2023-03-07
Slightly rework bn_mulw_addtw().
Joel Sing
2023-03-07
Call BN_free() instead of BN_clear_free().
Joel Sing
2023-03-07
mpls gateway clarification; from claudio
Jason McIntyre
2023-03-07
Fix another return value check for CMS_SharedInfo_encode()
Theo Buehler
2023-03-07
Limit bn_mul_mont() usage to sizes less than or equal to 8192 bits.
Joel Sing
2023-03-07
Implement bn_montgomery_multiply()
Joel Sing
2023-03-07
Refactor BN_mod_mul_montgomery().
Joel Sing
2023-03-07
Make order of pub_key and priv_key the same everywhere
Theo Buehler
2023-03-07
Fix OpenSSL version in HISTORY section
Theo Buehler
2023-03-07
Fix mem leak in environment setup. From jjelen at redhat.com via
Darren Tucker
2023-03-07
Delete unused and unsafe bn_mul_mont() example code.
Joel Sing
2023-03-07
Fix comment for bn_mul2_mulw_addtw()
Joel Sing
2023-03-07
Move EC_GFp_simple_method() to the bottom of the file.
Joel Sing
2023-03-07
Basic cleanup in asn1pars.c
Theo Buehler
2023-03-07
Use static functions for EC_GF2m_simple_method() implementation.
Joel Sing
2023-03-07
Use static functions for EC_GFp_nist_method() implementation.
Joel Sing
2023-03-07
Use static functions for EC_GFp_mont_method() implementation.
Joel Sing
2023-03-07
fix memory leak in process_read() path; Spotted by James Robinson
Damien Miller
2023-03-07
Fix formatting of comments.
Joel Sing
2023-03-07
Consolidate clear code for EC_GFp_mont_method.
Joel Sing
2023-03-07
correct size for array argument when changing UMAC_OUTPUT_LEN
Damien Miller
[next]