aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* LibreSSL 3.6.1v3.6.1Brent Cook2022-10-241-0/+18
|
* Land #771, Fix endian detection on macOSBrent Cook2022-10-243-1/+9
|\
| * Detect machine/endian.h for macOSJiajie Chen2022-07-123-1/+9
| |
* | Initial ChangeLog for 3.6.1Theo Buehler2022-10-201-0/+9
| |
* | change branchesv3.6.0Brent Cook2022-09-271-1/+1
| |
* | insert 3.5.3 release notesBrent Cook2022-09-271-0/+6
| |
* | manpage and autotools syncBrent Cook2022-09-262-2/+1
| |
* | Initial 3.6.0 ChangeLogTheo Buehler2022-09-201-0/+138
| |
* | Switch to new rc2_testTheo Buehler2022-09-062-8/+8
| |
* | Regen bio.h.patchTheo Buehler2022-09-061-7/+6
| |
* | Regen aeadtest.c.patchTheo Buehler2022-09-051-3/+3
| |
* | Regen tlsexttestc.c.patchTheo Buehler2022-09-051-4/+4
| |
* | Drop long long casts that are now upstreamTheo Buehler2022-09-051-34/+0
| |
* | Update for new rc4_testTheo Buehler2022-09-052-8/+8
| |
* | fix rmd_testTheo Buehler2022-09-031-1/+1
| |
* | Adjust for Joshua Sing's test replacementsTheo Buehler2022-09-032-54/+24
| |
* | fix corrupted patch on mergeBrent Cook2022-08-291-22/+0
| |
* | update manpage linksBrent Cook2022-08-291-3/+30
| |
* | build updates for latest upstreamBrent Cook2022-08-299-0/+71
| |
* | MSC doesn't have getoptTheo Buehler2022-08-151-0/+18
| |
* | add p12_sbag.cTheo Buehler2022-08-152-0/+2
| |
* | regen tlsextest patchTheo Buehler2022-08-151-8/+8
| | | | | | | | fixes #777
* | ignore new test filesBrent Cook2022-08-011-0/+4
| |
* | add new testsBrent Cook2022-07-312-5/+31
| |
* | updates for new files and test casesBrent Cook2022-07-318-3/+26
|/
* update Windows certsBrent Cook2022-07-101-2/+2
|
* fix test when openssl(1) is not in $PATHBrent Cook2022-07-101-2/+3
|
* update for latest changesBrent Cook2022-07-105-5/+19
|
* enable new testsBrent Cook2022-06-271-0/+11
|
* Update ssl_txt.c patchTheo Buehler2022-06-221-6/+8
|
* Update netcat patchTheo Buehler2022-06-221-12/+12
| | | | Fixes #768
* expose kdf.h as a public headerBrent Cook2022-05-092-2/+1
|
* update man linksBrent Cook2022-05-091-0/+4
|
* increase build threadsBrent Cook2022-05-092-2/+2
|
* Land #753, enable __attribute__ on Windows with clangBrent Cook2022-05-091-1/+1
|\
| * Stop disabling __attribute__ on Windows with Clangkinichiro2022-04-291-1/+1
| | | | | | | | | | | | | | | | | | On Windows with targeting the MSVC ABI, Clang will define _MSC_VER, and does not treat __attribute__ as a macro. Clang's builtin headers (e.g. immintrin.h) use __attribute__ liberally, and do not expect it to be ifdef-ed away. Suggested from Nicholas Hutchinson by github issue.
* | Land #752, Update CI actionsBrent Cook2022-05-098-15/+82
|\ \
| * | Use current VS2019 with appveyorkinichiro2022-04-291-5/+5
| | |
| * | Set max number of processes for CIkinichiro2022-04-291-7/+7
| | |
| * | Add environment macos-12 to CIkinichiro2022-04-291-1/+1
| |/
| * Land #745, fix nc build on macOSBrent Cook2022-04-192-2/+2
| |\
| | * Fix unreachable nc portability shimSebastian Blunt2022-04-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes nc failing to run on darwin due to it incorrectly setting the linux-specific SOCK_NONBLOCK flag on connect. nc already had a portability shim in apps/nc/compat/sys/socket.h, which kicks in if SOCK_NONBLOCK is undefined. But that header includes include/compat/sys/socket.h, which also has a portability shim that defines a default value for SOCK_NONBLOCK if it's undefined. Thus the first portability shim was unreachable. Fixes this by moving the NEED_SOCKET_FLAGS flag into the outer shim, and having the inner shim activate if NEED_SOCKET_FLAGS is defined. This closes https://github.com/libressl-portable/portable/issues/631
| * | Update ChangeLogkinichiro2022-04-161-0/+1
| | |
| * | add a few more thingsTheo Buehler2022-04-151-0/+13
| | |
| * | LibreSSL 3.5.2 ChangeLogTheo Buehler2022-04-151-0/+43
| |/
| * Add regress objectstestkinichiro2022-04-102-0/+10
| |
* | update for latest upstreamBrent Cook2022-05-083-1/+8
|/
* add evp_pkey_cleanup testBrent Cook2022-04-043-0/+13
|
* CI: switch ASAN builds to clangIlya Shipitsin2022-03-261-1/+1
|
* Copy ARM related files from arch/arm/kinichiro2022-03-251-3/+3
|