Paul-Louis Ageneau
|
460c7f90ac
Add chain to Certificate with OpenSSL
|
1 year ago |
Paul-Louis Ageneau
|
1c446b64fc
Fixed size for mbedtls_x509_crt_parse() and mbedtls_pk_parse_key()
|
1 year ago |
Sean DuBois
|
42ec0883e3
Support all Certificate Fingerprint Algorithms
|
1 year ago |
Sean DuBois
|
a20cd52fe0
Use prime256v1 for EVP_EC_gen instead of P-256
|
1 year ago |
Paul-Louis Ageneau
|
917b0f07bb
Refactor OpenSSL key generation a bit for clarity
|
1 year ago |
Paul-Louis Ageneau
|
7ee3954967
Fix key generation error checking for legacy OpenSSL 1.1.1
|
1 year ago |
Paul-Louis Ageneau
|
4bb17395a2
Code formatting
|
1 year ago |
Gasper Lah
|
073ff5183a
Check connection fingerprint with mbedtls
|
2 years ago |
Paul-Louis Ageneau
|
924a1a6701
Removed calls to functions deprecated in OpenSSL 3.0
|
2 years ago |
Sean DuBois
|
e6fbddeb9c
Implement Mbed TLS Backend
|
2 years ago |
Paul-Louis Ageneau
|
a0f3f01bf5
Re-licensed under MPL 2.0
|
2 years ago |
Paul-Louis Ageneau
|
9247d48998
The make_certificate task must borrow an init token
|
2 years ago |
Paul-Louis Ageneau
|
7d150208c9
Changed non-drafts RFC links to canonical location rfc-editor.org
|
3 years ago |
Paul-Louis Ageneau
|
3761f50fb9
Changed tools.ietf.org to datatracker.ietf.org/doc in RFC links
|
3 years ago |
Paul-Louis Ageneau
|
9b90758f85
Replaced OpenSSL PEM_read methods with FILE by methods with BIO
|
4 years ago |
Paul-Louis Ageneau
|
bf8b168783
Implemented TLS certificate support for WebSocketServer
|
4 years ago |
Paul-Louis Ageneau
|
f1bfb2758c
Implemented WebSocket server
|
4 years ago |
Paul-Louis Ageneau
|
50a6832fb3
Fixed compilation with GnuTLS
|
4 years ago |
Paul-Louis Ageneau
|
fff1912d30
Added certificateType option to C API
|
4 years ago |
Paul-Louis Ageneau
|
08a6c5c45b
Lowered RSA bits to 2048
|
4 years ago |
Paul-Louis Ageneau
|
9b36ac3dd3
Implemented ECDSA certificates support and removed certificate cache
|
4 years ago |
Paul-Louis Ageneau
|
767694a8b8
Use ptrs, optionals and variants from rtc namespace
|
4 years ago |
Paul-Louis Ageneau
|
dde79d78d4
Moved implementation away with pimpl aka cheshire cat pattern
|
4 years ago |