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-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
2023-03-06
Delete extraneous trailing blank line.
Kenneth R Westerback
2023-03-06
Enforce X509v3 SKIs to be the SHA-1 hash of the Subject Public Key
Job Snijders
2023-03-06
Correctly account the number of bytes processed when outputting UTF-8 encoded
Miod Vallat
2023-03-06
For conciseness sake' remove non-optional items in references in STANDARDS
Job Snijders
2023-03-06
Clean up ndef_{prefix,suffix}_free()
Theo Buehler
2023-03-06
Remove pointless ":ob#0:pb#0:[tb=swap:]" disktab lines.
Kenneth R Westerback
2023-03-06
Use GPT_UUID_NBSD_UFS, not GPT_UUID_FBSD_DATA, for NetBSD GPT
Kenneth R Westerback
2023-03-06
Define a few more attributes for the sake of the readattr subcommand;
Miod Vallat
2023-03-06
In iskmemdev(), do not check for the minor of /dev/io. It has been
Miod Vallat
2023-03-06
Replace old'n'wrong UTF-8 logic with a better one borrowed from Citrus;
Miod Vallat
2023-03-06
Ensure .cer and .crl outside-TBS signatures are sha256WithRSAEncryption
Job Snijders
2023-03-06
spelling
Theo de Raadt
2023-03-06
Add check for RSA key pair modulus & public exponent
Job Snijders
2023-03-06
Fix URL to RFC
Job Snijders
2023-03-06
Rename struct ${app}_config to plain cfg
Theo Buehler
2023-03-06
tweak examples/iked.conf bits a little further following comments by
Stuart Henderson
2023-03-06
Document ECDSA_SIG_get0_{r,s}()
Theo Buehler
2023-03-06
Document DH_get0_* for individual DH members.
Theo Buehler
2023-03-06
Use nitems() of source and destination partition arrays
Kenneth R Westerback
2023-03-06
Document DSA_get0_* for individual DSA members
Theo Buehler
2023-03-06
Document RSA_get0_* for individual RSA members.
Theo Buehler
2023-03-06
Unit test for kex_proposal_populate_entries.
Darren Tucker
2023-03-06
Refactor creation of KEX proposal.
Darren Tucker
2023-03-06
Rework asn1_item_flags_i2d()
Theo Buehler
2023-03-06
Switch all iwx(4) devices to -77 firmware images.
Stefan Sperling
2023-03-06
Make iwx(4) get the primary channel number from AP beacon info, rather
Stefan Sperling
2023-03-06
fix previous: only ignore request to delete key while doing crypto in hardware
Stefan Sperling
2023-03-06
Avoid trying to remove keys if the station is not active in iwx firmware.
Stefan Sperling
2023-03-06
ignore iwx DATA_PATH group notification 0xf8
Stefan Sperling
2023-03-06
always provide a subset of STA info in the MAC context command
Stefan Sperling
2023-03-06
fix iwx session protection event duration
Stefan Sperling
2023-03-06
support the new iwx SCD_QUEUE_CONFIG command
Stefan Sperling
2023-03-06
add support for the iwx BAID allocation config command
Stefan Sperling
2023-03-06
implement support for iwx PHY context cmd version 4
Stefan Sperling
[next]