openbsd
2021-07-04 tbUpdate libz to zlib 1.2.11 and reapply local patches...
2021-07-04 schwarzedocument X509_find_by_subject(3) and X509_find_by_issue...
2021-07-04 schwarzeBugfix: when X509_NAME_dup(3) failed, X509_NAME_set...
2021-07-03 semarie__realpath: removes LOCKLEAF from NDINIT.
2021-07-03 schwarzeDocument X509_NAME_set(3).
2021-07-03 jsingDo a first pass clean up of SSL_METHOD.
2021-07-03 jsingGarbage collect do_test_cipherlist().
2021-07-03 jsingAdd test that ensures ssl3_ciphers[] is sorted by ciphe...
2021-07-03 jsingRewrite get_put_test() as cipher_find_test().
2021-07-03 schwarzefix a bug that resulted in incomplete testing:
2021-07-03 kettenisAvoid spinning with interrupts disabled.
2021-07-03 abieberUpdate to go-module.5 to reflect the modgo-gen-modules...
2021-07-02 kettenisAvoid local variable definitions in the middle of code.
2021-07-02 kettenisAvoid spinning with interrupts disabled in the rpi3.
2021-07-02 chelohausleep(3): always call nanosleep(2)
2021-07-02 schwarzeDocument the read-only (sic!) accessor function X509_NA...
2021-07-02 deraadtBefore calling setrlimit(), pull cur up to max.
2021-07-02 millertUse nanosleep() and setitimer() instead of usleep(...
2021-07-02 kettenisRemove bogus comments.
2021-07-02 kettenisRemove a few pointless comments.
2021-07-02 bluhmWriting ktrace files to NFS must no be done while holdi...
2021-07-02 schwarzeAdd a roff comment saying that X509_certificate_type...
2021-07-02 schwarzecall the API function X509_NAME_cmp(3) instead of the...
2021-07-02 schwarzecall the API function X509_NAME_cmp(3) instead of the...
2021-07-02 schwarzeAdd a roff comment saying that X509_name_cmp(3) is...
2021-07-02 kettenisCleanup early bootstrap code. This mostly realigns...
2021-07-02 kettenisOnly do TLB shootdown on CPUs where a pmap is active...
2021-07-02 kettenisRun SBI calls to to get mvendorid/marchid/mimplid on...
2021-07-02 dtuckerRemove obsolete comments about SSHv1 auth methods....
2021-07-02 dtuckerRemove references to ChallengeResponseAuthentication...
2021-07-02 deraadt__remq.S will be needed soon.
2021-07-01 deraadtdelete sbin/restore
2021-07-01 jsingMerge SSL_METHOD_INTERNAL into SSL_METHOD.
2021-07-01 stspPrevent athn(4) from calling ieee80211_find_rxnode...
2021-07-01 schwarzeJust in case another developer besides anton@ and mysel...
2021-07-01 schwarzeWe already tested all corner cases for two-byte and...
2021-07-01 ericremove useless and confusing log message when client...
2021-07-01 deraadtWe moved myname parsing from /etc/netstart to /etc...
2021-06-30 kettenisSimplify the way we track the FPU state, using powerpc6...
2021-06-30 schwarzeThe byte \0363 is not invalid in UTF-8.
2021-06-30 schwarzemore trivial .Ar -> .Fa replacements in syscall manuals
2021-06-30 schwarzeuse .Fa rather than .Ar; patch from me at EmilEngler...
2021-06-30 jsingDisable some code that reaches into libssl internals.
2021-06-30 jsingDisable some tests that probably no longer make sense.
2021-06-30 jsingPull in ssl_locl.h to allow for move of struct ssl_sess...
2021-06-30 jsingPrepare to provide SSL_get_signature_nid() and friends.
2021-06-30 jsingMove some structs from public to private headers.
2021-06-30 claudio... way too much white space!
2021-06-30 bluhmRemove splnet() from ifnewlladdr(), it is not needed...
2021-06-30 claudioRemove TODO.md, this file is not up-to-date and also...
2021-06-30 claudioReplace Id: tags with OpenBSD: tags
2021-06-30 bluhmRemove unused variable cryptodesc_pool. Document globa...
2021-06-30 deraadtgrow ramdisk area due to increased firmware sizes..
2021-06-30 deraadtuse @ to silently execute "exec make"
2021-06-30 bluhmFor path MTU discovery tcp_mtudisc() should resend...
2021-06-30 bluhmTLS error messages have changed slightly, adapt regex...
2021-06-30 schwarzedocument and deprecate the macros X509_extract_key(3)
2021-06-30 jsingCorrect sigalg hash usage when signing content for...
2021-06-30 stspAlign HT protection flags we send to iwx(4) firmware...
2021-06-30 stspMake the iwx(4) mac context task send its command only...
2021-06-30 stspMake Tx-done interrupt processing in iwx(4) more simila...
2021-06-30 stspFix Tx queue flushing in iwm(4).
2021-06-30 stspAlign HT protection flags we send to iwm(4) firmware...
2021-06-30 stspMake the iwm(4) mac context task send its command only...
2021-06-30 stspMake Tx-done interrupt processing in iwm(4) more simila...
2021-06-30 jsgadd missing call to sbi_remote_fence_i()
2021-06-30 jsgMULTIPTOCESSOR -> MULTIPROCESSOR
2021-06-29 deraadtsync
2021-06-29 deraadtinclude bsd.mp (but don't change isntall.md to choose...
2021-06-29 deraadtbuild bsd.mp
2021-06-29 kettenisDidn't intend to commit the CPU_IS_RUNNING() changes...
2021-06-29 kettenisSMP support. Mostly works, but occasionally craps...
2021-06-29 ketteniswhitespace
2021-06-29 deraadtsync
2021-06-29 jsingPull sigalg selection up into ssl3_send_client_verify().
2021-06-29 jsingTrack sigalg used by ourselves and our peer in the...
2021-06-29 jsingPull up and dedup the TLS version check in ssl_sigalg_p...
2021-06-29 jsingSimplify RSA PSS key size comment.
2021-06-29 jsingUse appropriate TLS version when building client sigalg...
2021-06-29 jsingChange ssl_sigalg_from_value() to take SSL * instead...
2021-06-29 jsingMake various sigalg functions static now that they...
2021-06-29 jsingConvert legacy stack server to ssl_sigalg_for_peer().
2021-06-29 jsingConvert legacy stack client to ssl_sigalg_for_peer().
2021-06-29 jsingProvide a ssl_sigalg_for_peer() function and use in...
2021-06-29 jsingMove the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok().
2021-06-29 jsingFactor out handling of legacy default signature algorithms.
2021-06-29 jsingMop up now unused variables.
2021-06-29 jsingRequire a ServerHello following a HelloRetryRequest...
2021-06-29 deraadtdelete pre-EFI boot kernel location scripting
2021-06-29 jsingReject zero-length non-application data fragments in...
2021-06-29 matthieusync maxusers with other 64bits architectures. ok kette...
2021-06-29 deraadtFlip the -r RRDP switch, which went through community...
2021-06-29 schwarzemore precision because the argument is signed,
2021-06-29 claudioremove unused prototype
2021-06-29 tobheSend AUTHENTICATION_FAILED in case of unexpected auth...
2021-06-29 schwarzefunction args must not use .Ar and EDOM and ERANGE...
2021-06-29 schwarzeinsert missing .Ns
2021-06-29 schwarzebasic mdoc(7) macro cleanup; patch from me at EmilEngle...
2021-06-29 patrickrktcphy(4)
2021-06-29 patrickWhen configuring the USB3 phy, try the OFW PHY API...
next