summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-10Merge documentation for EC_POINT_{get,set}_coordinates andTheo Buehler
2021-05-10Revert previous, it introduced a regression with breakpoints in gdb.Martin Pieuchot
2021-05-10libexpat major bump to 13.0Alexander Bluhm
2021-05-10Update libexpat to 2.3.0. Relevant for OpenBSD are only bug fixAlexander Bluhm
2021-05-10Add ld.script for macppc kernel, ofwbootgkoehler
2021-05-10Replace some magic numbers with #define's. Rename GPT_get_gpt() toKenneth R Westerback
2021-05-10syncTheo Buehler
2021-05-10give libtls the same bump as libsslTheo Buehler
2021-05-10bump libssl major after struct visibility changes and symbol additionTheo Buehler
2021-05-10bump libcrypto minor after symbol additionTheo Buehler
2021-05-10Make SSL_CIPHER, SSL_CTX, SSL_SESSION, {DTLS1,SSL3}_STATETheo Buehler
2021-05-10Provide SSL_SESSION_get0_cipher(3)Theo Buehler
2021-05-10Provide SSL_CTX_get_ssl_method(3)Theo Buehler
2021-05-10Provide SSL_CIPHER_find(3)Theo Buehler
2021-05-10Expose EVP_Digest{Sign,Verify}(3)Theo Buehler
2021-05-10Expose EC_POINT_{get,set}_affine_coordinates(3) andTheo Buehler
2021-05-10Expose EC_GROUP_{get,set}_curve(3)Theo Buehler
2021-05-10To add keep-alive support the read handler got changed a lot. Now whenClaudio Jeker
2021-05-10remove serial number (used during development to observe file rewrites)Theo de Raadt
2021-05-10sigfillsiz is int, not long; ok kettenisTheo de Raadt
2021-05-10Extend eval_all test a little bit.Claudio Jeker
2021-05-10Better way to detect the double new lines the API issues from time to time.Claudio Jeker
2021-05-10Let iwm(4) flush Tx queues before removing the firmware station andStefan Sperling
2021-05-10Refactor softraid crypto code to allow use of a discipline-specific dataStefan Sperling
2021-05-10reduce exception.S diff to FreeBSDJonathan Gray
2021-05-10Pull the logic to get the "lock" for TLB shooting intoPhilip Guenther
2021-05-09fpu_valid_opcode() did not correctly handle 16 bit fp instructionsJonathan Gray
2021-05-09Change offsets to (N * 8) to reduce chance of register clobber and mistakes.Dale Rahn
2021-05-09Add draft-ietf-sidrops-rpki-rsc OIDjob
2021-05-09Some x86 machines advertise the "hardware reduced" ACPI feature, advertiseMark Kettenis
2021-05-09Add subtest for EPRT command in ftpd regression testjan
2021-05-09Prepare to provide EVP_Digest{Sign,Verify}Theo Buehler
2021-05-09Add subtest for SIZE command in ftpd regression testsjan
2021-05-09Add subtest for RNFR and RNTO in ftpd regression testsjan
2021-05-09Garbage collect sz in mft_parse_filehash() which has been unusedTheo Buehler
2021-05-09two whitespace tweaksTheo Buehler
2021-05-09Remove unnecessary NULL check that breaks the build with OpenSSL 1.1.Theo Buehler
2021-05-09return type on a different line and use (void) instead of ()Jonathan Gray
2021-05-09fix indentationJonathan Gray
2021-05-08adapt ruslan@freebsd's disasm to our world, and replace the incomplete decoder.Theo de Raadt
2021-05-08similar to ruslan@freebsd's work, use https://github.com/riscv/riscv-opcodesTheo de Raadt
2021-05-08Recognize GPT partitions of type 21686148-6449-6e6f-744e-656564454649 (a.k.a.Kenneth R Westerback
2021-05-08Spoof GPT partitions of type 21686148-6449-6e6f-744e-656564454649 (a.k.a.Kenneth R Westerback
2021-05-08Perhaps the syntax '((' and '()' will be valid one day, but not at theMark Lumsden
2021-05-08Revert previous commit.Martijn van Duren
2021-05-08stop parsing if a digit is found as first character of an expression.Mark Lumsden
2021-05-08In the C locale make codepoints > 0x7f return EILSEQ, since these aren'tMartijn van Duren
2021-05-08Fix a race in the kqueue-read test. If the writer thread managed to fillanton
2021-05-08kernel setjmp saves 14 registers, not 13. ddb continue now works.Theo de Raadt
2021-05-07Replace random mix of u_int* and uint* types with consistent uint* types.Kenneth R Westerback