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
2022-04-20
Make the termp and winp arguments for openpty, et al. const.
Todd C. Miller
2022-04-20
Avoid use of uninitialized in BN_mod_exp_recp()
Theo Buehler
2022-04-19
Drop unused KeyUpdate from debug printf
Theo Buehler
2022-04-15
delete an ancient paragraph suggesting the wrong reason to use close(2)
Theo de Raadt
2022-04-13
Fix typo in last commit.
Todd C. Miller
2022-04-13
ftok: avoid left shift of a signed in by 24 places
Todd C. Miller
2022-04-13
inet_net_pton_ipv6: avoid signed vs unsigned comparison
Todd C. Miller
2022-04-12
KNF for a brace and zap trailing blank line
Theo Buehler
2022-04-10
Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internal
Kinichiro Inoguchi
2022-04-07
Avoid infinite loop on parsing DSA private keys
Theo Buehler
2022-04-07
Avoid infinite loop for custom curves of order 1
Theo Buehler
2022-03-31
man pages: fix some typos found while looking for other issues
Christian Weisgerber
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-03-31
Fix leak in ASN1_TIME_adj_internal()
Theo Buehler
2022-03-31
Simplify priv_key handling in d2i_ECPrivateKey()
Theo Buehler
2022-03-30
Avoid segfaults in EVP_PKEY_CTX_free()
Theo Buehler
2022-03-30
pkey_hmac_init(): use calloc()
Theo Buehler
2022-03-29
man pages: add missing word, The foo() ... -> The foo() function ...
Christian Weisgerber
2022-03-29
Given asn1/a_object.c rev. 1.45 by jsing@, stop talking about BUGS
Ingo Schwarze
2022-03-29
man pages: add missing commas in enumerations
Christian Weisgerber
2022-03-29
Bound cofactor in EC_GROUP_set_generator()
Theo Buehler
2022-03-29
Do not zero cofactor on ec_guess_cofactor() success
Theo Buehler
2022-03-29
Zap trailing whitespace
Theo Buehler
2022-03-29
Basic copy editing:
Ingo Schwarze
2022-03-28
Remove extra 'or'
Claudio Jeker
2022-03-28
tweak the pflog ifname filter to include the terminating nul.
David Gwynne
2022-03-26
name constraints: be more careful with NULs
Theo Buehler
2022-03-26
Clean up {dtls1,ssl3}_read_bytes()
Joel Sing
2022-03-26
Remove the minimum record length checks from dtls1_read_bytes()
Joel Sing
2022-03-26
Convert c2i_ASN1_OBJECT() and d2i_ASN1_OBJECT to CBS.
Joel Sing
2022-03-26
Provide asn1_get_primitive()
Joel Sing
2022-03-25
use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64
Robert Nagy
2022-03-25
Improve error checking in deflatePrime()
Theo Buehler
2022-03-25
Fix memory corruption bug in zlib
Theo Buehler
2022-03-24
Backport zlib fix for the multi line CLEAR_HASH macro. There is
Alexander Bluhm
2022-03-24
Crank major after symbol removal.
Theo Buehler
2022-03-24
Hide the tls_signer from public visibility. It's not ready yet and
Theo Buehler
2022-03-23
Start disentangling armv7 and aarch64 code
Theo Buehler
2022-03-23
Remove extra space at EOL in last commit.
Todd C. Miller
2022-03-23
Expand the description of the LOGIN_SET* bits.
Todd C. Miller
2022-03-23
setclasscontext: support LOGIN_SETRTABLE too
Todd C. Miller
2022-03-20
setusercontext: only call setrtable(2) if "rtable" set explicitly.
Todd C. Miller
2022-03-20
Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT().
Joel Sing
2022-03-19
Remove three useless tests files
Theo Buehler
2022-03-19
Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()
Joel Sing
2022-03-19
Rewrite ascii/text to ASN.1 object conversion.
Joel Sing
2022-03-18
Simplify SSL_do_handshake().
Joel Sing
2022-03-18
Rewrite legacy DTLS unexpected handshake message handling.
Joel Sing
2022-03-17
Rewrite legacy TLS unexpected handshake message handling.
Joel Sing
2022-03-17
Clean up and simplify ssl3_renegotiate{,_check}()
Joel Sing
[next]