Граф коммитов

27 Коммитов

Автор SHA1 Сообщение Дата
Nick Banks 67ce5afa7f
Submodule XDP (#3967) 2023-11-27 12:16:40 -05:00
Nick Banks 73629f6183
Update OpenSSL Dependencies (#3939) 2023-10-26 14:30:09 -04:00
Nick Banks 64c17f8106
Update OpenSSL to v3.1.2 (#3788) 2023-08-04 12:01:48 -07:00
Nick Banks b6e989a07e
Try 3.1.0 Branch (#3511) 2023-04-17 08:57:29 -04:00
Nick Banks 24efce18a0
Update to the Latest OpenSSL (#3406) 2023-02-09 18:22:20 -05:00
Tomas Weinfurt 0bf9e098bc
Add support for OpenSSL 3 as alternative TLS (#3387) 2023-02-01 09:30:43 -05:00
Nick Banks 0d8ddb7932
Update to QuicTls (OpenSSL) 1.1.1s (#3208) 2022-11-03 13:40:14 -07:00
Nick Banks 021c23c596
Update to OpenSSL 1.1.1q (#2868) 2022-07-05 15:18:15 -07:00
Thad House 976b586cfb
Update to openssl 1.1.1o (#2679)
* Update to openssl 1.1.1o

* Fix modules, and use proper branch

* Add gitmodules to perf files

* Fix ordering
2022-05-06 11:09:41 -07:00
Nick Banks 4b05cc78cc
Update OpenSSL to the 1.1.1.1n Branch (#2525)
* Try out the 1.1.1.1n PR Branch

* Update to Official n branch
2022-03-15 18:52:26 -04:00
Chris Gray 15ee9b3f8d
update msquic to clog 0.4.0 (#2260) 2022-01-04 10:11:46 -05:00
Nick Banks 8894bc6f32
Update to OpenSSL_1_1_1m+quic (#2229) 2021-12-14 17:22:12 -05:00
Nick Banks bba278e779
Update OpenSSL to OpenSSL_1_1_1l+quic Branch (#1936) 2021-08-24 13:33:02 -04:00
Anthony Rossi 6acbc210a3
Remove dependence on WIL submodule. (#1619) 2021-05-20 14:18:12 -07:00
Nick Banks dd4f4ede0f
Remove miTLS (#1398) 2021-03-29 17:21:54 -07:00
Nick Banks a2f7892144
Update to Latest quictls Branch (#1373) 2021-03-25 09:42:12 -07:00
Nick Banks 73bd4a7700
Update Submodules (#1326) 2021-03-11 10:47:03 -08:00
Nick Banks c69908c117
Update Submodules (#1308) 2021-03-04 07:12:47 -08:00
Max a339189958 Bump openssl to latest in master-alpha10-quic-support (#1072) 2021-01-19 09:38:44 -08:00
Lars Eggert 2746e09a18
OpenSSL master-alpha4-quic-support (#754)
* Update OpenSSL submodule to new branch.

* Fix build break by using ed25519 for self-signed certificates in OpenSSL.

* Looks like ed25519 isn't in the default list of algorithms. But X25519 is, so use that instead.

* Update openssl to master-alpha4-quic-support

* Whatever the code below does, it seems to want an RSA key

Co-authored-by: Anthony Rossi <anrossi@microsoft.com>
2020-08-21 07:46:20 -07:00
Thad House 2bfcb793e2
Change clog to use a published nuget package (#612)
* Change clog to use a published nuget package

Much cleaner and easier to update. The executable now contains all the clog dependencies, and extracts them when we run --installDependencies
2020-07-21 12:30:43 -07:00
chgray af64e17763
Integrate clog in a no-op way, in order to prepare for taking the tool in the near future (#569) 2020-07-01 12:56:42 -07:00
Anthony Rossi f583112f05
Get testlib building in kernel mode (#193) 2020-02-28 07:40:21 -08:00
Nick Banks cb24e7b0d2
Update submodules (#34)
This PR updates the submodules to the latest commit and changes the openssl submodule to the Akamai fork (which is what is currently in PR to merge into openssl master). This openssl branch is much more up to date than the previous one and contains some fixes that were causing openssl to crash.
2020-01-11 18:35:25 -08:00
Nick Banks 02907e0b76
Sync Latest - 12/6/19 (#27)
- miTLS support (Windows)
- Tools fixes
- Tests fixes
2019-12-06 18:01:48 -08:00
Nick Banks 0477a44a64
OpenSSL Support (Linux) (#11)
This PR updates tls_openssl.c to the newest OpenSSL APIs for QUIC. It also gets OpenSSL building with cmake.

Also contains a push of the latest internal code changes.
2019-11-15 16:13:46 -08:00
Nick Banks 5eb2690b0b
CMake Build Support (#2)
Updates the build files to CMake (instead of VS project files and Linux makefiles). Also adds googletest submodule for test dependency.

Corresponding internal PR: 3965727
2019-11-04 12:19:35 -08:00