summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-05-04sigpending(2) will never fail. Optimize the syscall stub accordingly likeMark Kettenis
2021-05-04Remove cerror dependancy from riscv64 asm syscalls.Dale Rahn
2021-05-04riscv64 brk()/sbrk() implementations,Dale Rahn
2021-05-03Fix corner case for compressed points on binary curvesTheo Buehler
2021-05-02riscv64, fix HANDLE_ERRORDale Rahn
2021-05-02riscv64 openssl configDale Rahn
2021-05-02Prevent future internal use of some #definesTheo Buehler
2021-05-02Clean up tls1_change_cipher_state().Joel Sing
2021-05-02In the TLSv1.2 server, set up the key block after sending the CCS.Joel Sing
2021-05-02Clean up dtls1_reset_seq_numbers().Joel Sing
2021-05-02Ensure that handshake hash is non-NULL in tls1_transcript_hash_value().Joel Sing
2021-05-02Harden tls12_finished_verify_data() by checking master key length.Joel Sing
2021-05-02Stop deriving peer finished twice for TLSv1.2.Joel Sing
2021-05-02Make TS_compute_imprint a bit more robust.Theo Buehler
2021-05-01Refactor varbind OID parsing into their indices. Simplifies the code byMartijn van Duren
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2021-05-01bump to LibreSSL 3.4.0 in -currentBrent Cook
2021-05-01Plug leak in c2i_ASN1_OBJECTTheo Buehler
2021-05-01Prevent double free in int_TS_RESP_verify_tokenTheo Buehler
2021-04-30Clean up and harden TLSv1.2 master key derivation.Joel Sing
2021-04-30Fix linkage error due to fp* functions.Dale Rahn
2021-04-29riscv64 libkvm supportDale Rahn
2021-04-29riscv64 libcDale Rahn
2021-04-29riscv64 libcDale Rahn
2021-04-29riscv64 libc, more pieces.Dale Rahn
2021-04-29Clean up <machine/ieeefp.h> and make sure the rounding mode bits match theMark Kettenis
2021-04-28Add sndio.pc file for pkg-config, mostly from brad@Alexandre Ratchov
2021-04-28Revert "Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in newTheo Buehler
2021-04-28Implement __flt_rounds() for RISC-V. RISC-V is "interesting" since itMark Kettenis
2021-04-28riscv64 libc setjmp functions,Dale Rahn
2021-04-28Add signbitl.c that was missed as part of an earlier commit.Mark Kettenis
2021-04-28RISC-V does not implement trapping of floating point exceptions, so useMark Kettenis
2021-04-28riscv64 gdtoa supportDale Rahn
2021-04-28riscv64 libc string support,Dale Rahn
2021-04-28Riscv64 csu supportDale Rahn
2021-04-27riscv64 libc floating point, a portion of the files are ready.Dale Rahn
2021-04-27Relax SAN DNSname validation and constraints to permit non leading *Bob Beck
2021-04-27riscv64 additions for libmDale Rahn
2021-04-25Clean up derivation of finished/peer finished.Joel Sing
2021-04-24Do not leave errors on the error stack on PKCS12_parse() success.Theo Buehler
2021-04-24Enable the new verifier again so hopefully the remaining kinks get ironedTheo Buehler
2021-04-23whitespaceTheo Buehler
2021-04-22Only hash known CH extensionsTheo Buehler
2021-04-22kqueue: Make timer re-addition reset existing timerVisa Hankala
2021-04-21Clean up TLSv1.2 certificate request handshake data.Joel Sing
2021-04-20Fix indent of EC_METHODs as requested by jsing.Theo Buehler
2021-04-20Compare pointer against NULL and fix a KNF issue.Theo Buehler
2021-04-20Prepare to provide EC_POINT_set_compressed_coordinatesTheo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal useTheo Buehler