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
2018-06-16
Add add PIE support for m88k (requires gcc4 toolchain)
Philip Guenther
2018-06-16
Tiny tweak to the blinding comment.
Theo Buehler
2018-06-15
Basic cleanup. Handle the possibly NULL ctx_in in ecdsa_sign_setup() with
Theo Buehler
2018-06-15
Clean up some whitespace and polish a few comments. Reduces noise in
Theo Buehler
2018-06-14
Use a blinding value when generating an ECDSA signature, in order to
Theo Buehler
2018-06-14
Use a blinding value when generating a DSA signature, in order to reduce
Joel Sing
2018-06-14
Clarify the digest truncation comment in DSA signature generation.
Joel Sing
2018-06-14
Pull up the code that converts the digest to a BIGNUM - this only needs
Joel Sing
2018-06-14
Fix a potential leak/incorrect return value in DSA signature generation.
Joel Sing
2018-06-14
Call DSA_SIG_new() instead of hand rolling the same.
Joel Sing
2018-06-14
DSA_SIG_new() amounts to a single calloc() call.
Joel Sing
2018-06-13
style(9), comments and whitespace.
Joel Sing
2018-06-13
Avoid a timing side-channel leak when generating DSA and ECDSA signatures.
Joel Sing
2018-06-12
zap stray tab
Stuart Henderson
2018-06-12
Reject excessively large primes in DH key generation. Problem reported
Stuart Henderson
2018-06-10
fix odd whitespace
Theo Buehler
2018-06-10
Remove a handrolled GOST_le2bn().
Joel Sing
2018-06-10
Now that all of the server-side client key exchange processing functions
Joel Sing
2018-06-08
Minor cleanup in ifuse_ops_setattr.
helg
2018-06-08
New semaphore implementation making sem_post async-safe.
Paul Irofti
2018-06-07
Prevent ggc3 error: redefinition of `fuse_dirh_t'
helg
2018-06-05
Add missing csi_dh_params_dup() calls.
Joel Sing
2018-06-04
Use process-private futexes. This avoids the overhead of calling into uvm
Mark Kettenis
2018-06-03
Allocate a dedicated buffer for use when deriving a shared key during
Joel Sing
2018-06-03
Check the return value from DH_size() in ssl3_send_client_kex_dhe().
Joel Sing
2018-06-03
Sync manual with the const changes introduced in pcap.h rev 1.20.
Theo Buehler
2018-06-03
Change some libpcap functions which use pointers as arguments and
Stuart Henderson
2018-06-03
for the witness(4) text, we already Xr the page in the first sentence, so adding
Jason McIntyre
2018-06-02
Validate DH public values and allow for smaller keys to be generated when
Joel Sing
2018-06-02
Initial version of Crypto Simplified Interface (CSI).
Joel Sing
2018-06-02
Convert ssl3_get_client_kex_ecdhe_ecp() to CBS.
Joel Sing
2018-06-02
Remove the three remaining single DES cipher suites.
Joel Sing
2018-06-02
Add a const qualifier to the argument of UI_method_get_closer(),
Theo Buehler
2018-06-02
Add const to the argument of the following callback getters:
Theo Buehler
2018-05-30
Add const to both arguments of X509_certificate_type() and clean up
Theo Buehler
2018-05-30
Add a const qualifier to the argument of EVP_PKEY_size().
Theo Buehler
2018-05-30
Add a const qualifier to the `name' argument of
Theo Buehler
2018-05-30
Add a const qualifier to the `uni' argument of OPENSSL_uni2asc().
Theo Buehler
2018-05-30
Add a const qualifier to the return value of BIO_s_file().
Theo Buehler
2018-05-28
Drop include of <arm64/swi.h> and remove it.
Mark Kettenis
2018-05-28
Returns EBUSY if dup2(2) is called for a LARVAL file.
Martin Pieuchot
2018-05-28
Clear the sign bit in the QNAN constants used by strtof, strtod and strtold,
Jonathan Matthew
2018-05-27
sync with usbhid.h; from david bern
Jason McIntyre
2018-05-26
document the new kern.audio node; OK ratchov@
Ingo Schwarze
2018-05-26
minor markup improvement: .Fa *cctx -> .Pf * Fa cctx
Ingo Schwarze
2018-05-26
Quote .Fa arguments containing blanks.
Ingo Schwarze
2018-05-24
As calloc does the zeroing for us in EVP_PKEY_asn1_new() already, no need
Theo Buehler
2018-05-22
Implement support for libfuse use_ino option. This returns the file
helg
2018-05-21
Reformat debug output to one line per opcode to make it easier to
helg
2018-05-20
Implement FBT_FLUSH. This is sent whenever a file descriptor is closed with
helg
[next]