Age | Commit message (Expand) | Author |
2021-05-11 | zap stray comma | Theo Buehler |
2021-05-10 | Merge documentation for EC_GROUP_{set,get}_curve(3) from OpenSSL 1.1.1. | Theo Buehler |
2021-05-10 | Merge documentation for EC_POINT_{get,set}_coordinates and | Theo Buehler |
2021-05-10 | Update libexpat to 2.3.0. Relevant for OpenBSD are only bug fix | Alexander Bluhm |
2021-05-10 | give libtls the same bump as libssl | Theo Buehler |
2021-05-10 | bump libssl major after struct visibility changes and symbol addition | Theo Buehler |
2021-05-10 | bump libcrypto minor after symbol addition | Theo Buehler |
2021-05-10 | Make SSL_CIPHER, SSL_CTX, SSL_SESSION, {DTLS1,SSL3}_STATE | Theo Buehler |
2021-05-10 | Provide SSL_SESSION_get0_cipher(3) | Theo Buehler |
2021-05-10 | Provide SSL_CTX_get_ssl_method(3) | Theo Buehler |
2021-05-10 | Provide SSL_CIPHER_find(3) | Theo Buehler |
2021-05-10 | Expose EVP_Digest{Sign,Verify}(3) | Theo Buehler |
2021-05-10 | Expose EC_POINT_{get,set}_affine_coordinates(3) and | Theo Buehler |
2021-05-10 | Expose EC_GROUP_{get,set}_curve(3) | Theo Buehler |
2021-05-09 | Change offsets to (N * 8) to reduce chance of register clobber and mistakes. | Dale Rahn |
2021-05-09 | Add draft-ietf-sidrops-rpki-rsc OID | job |
2021-05-09 | Prepare to provide EVP_Digest{Sign,Verify} | Theo Buehler |
2021-05-08 | Revert previous commit. | Martijn van Duren |
2021-05-08 | In the C locale make codepoints > 0x7f return EILSEQ, since these aren't | Martijn van Duren |
2021-05-05 | Replace DTLS w_epoch with epoch from TLSv1.2 record layer. | Joel Sing |
2021-05-05 | Rewrite TLSv1.2 key block handling. | Joel Sing |
2021-05-04 | sigpending(2) will never fail. Optimize the syscall stub accordingly like | Mark Kettenis |
2021-05-04 | Remove cerror dependancy from riscv64 asm syscalls. | Dale Rahn |
2021-05-04 | riscv64 brk()/sbrk() implementations, | Dale Rahn |
2021-05-03 | Fix corner case for compressed points on binary curves | Theo Buehler |
2021-05-02 | riscv64, fix HANDLE_ERROR | Dale Rahn |
2021-05-02 | riscv64 openssl config | Dale Rahn |
2021-05-02 | Prevent future internal use of some #defines | Theo Buehler |
2021-05-02 | Clean up tls1_change_cipher_state(). | Joel Sing |
2021-05-02 | In the TLSv1.2 server, set up the key block after sending the CCS. | Joel Sing |
2021-05-02 | Clean up dtls1_reset_seq_numbers(). | Joel Sing |
2021-05-02 | Ensure that handshake hash is non-NULL in tls1_transcript_hash_value(). | Joel Sing |
2021-05-02 | Harden tls12_finished_verify_data() by checking master key length. | Joel Sing |
2021-05-02 | Stop deriving peer finished twice for TLSv1.2. | Joel Sing |
2021-05-02 | Make TS_compute_imprint a bit more robust. | Theo Buehler |
2021-05-01 | Refactor varbind OID parsing into their indices. Simplifies the code by | Martijn van Duren |
2021-05-01 | Retire OpenBSD/sgi. | Visa Hankala |
2021-05-01 | bump to LibreSSL 3.4.0 in -current | Brent Cook |
2021-05-01 | Plug leak in c2i_ASN1_OBJECT | Theo Buehler |
2021-05-01 | Prevent double free in int_TS_RESP_verify_token | Theo Buehler |
2021-04-30 | Clean up and harden TLSv1.2 master key derivation. | Joel Sing |
2021-04-30 | Fix linkage error due to fp* functions. | Dale Rahn |
2021-04-29 | riscv64 libkvm support | Dale Rahn |
2021-04-29 | riscv64 libc | Dale Rahn |
2021-04-29 | riscv64 libc | Dale Rahn |
2021-04-29 | riscv64 libc, more pieces. | Dale Rahn |
2021-04-29 | Clean up <machine/ieeefp.h> and make sure the rounding mode bits match the | Mark Kettenis |
2021-04-28 | Add sndio.pc file for pkg-config, mostly from brad@ | Alexandre Ratchov |
2021-04-28 | Revert "Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new | Theo Buehler |
2021-04-28 | Implement __flt_rounds() for RISC-V. RISC-V is "interesting" since it | Mark Kettenis |