BearSSL/tools
Thomas Pornin b2a08e908d Made ec_c25519_m62 implementation the default on supported architectures. 2018-12-08 21:12:27 +01:00
..
brssl.c Added seeder API. Also overhauled compile-time detection of features. 2017-08-28 16:37:30 +02:00
brssl.h Added support code for RSA and EC key encoding (including reconstruction of all public and private key elements from the private key structure), with raw and PKCS#8 formats, both in DER and PEM. 2018-08-06 00:02:36 +02:00
certs.c Fixed handling of incoming application data after sending a close_notify (data shall be discarded silently, not trigger an error). Also fixed a couple of bugs in the command-line test tool. 2017-06-15 16:57:37 +02:00
chain.c Initial import. 2016-11-02 19:01:13 -04:00
client.c Added support for CCM and CCM_8 cipher suites. 2018-07-28 22:31:50 +02:00
errors.c Added support for client certificates (both client-side and server-side, but still missing an API for extracting the client identity from the certificate). 2016-12-10 17:35:06 +01:00
files.c Small improvement to tolerate PEM files missing the terminating newline in the brssl command-line tool. 2017-03-19 20:46:16 +01:00
impl.c Added seeder API. Also overhauled compile-time detection of features. 2017-08-28 16:37:30 +02:00
keys.c Added API for external hashing of ServerKeyExchange, and signature algorithm identifiers in the 0x080* format (preparatory steps for EdDSA support). 2017-01-13 21:46:28 +01:00
names.c Made ec_c25519_m62 implementation the default on supported architectures. 2018-12-08 21:12:27 +01:00
server.c Added support for CCM and CCM_8 cipher suites. 2018-07-28 22:31:50 +02:00
skey.c Added support code for RSA and EC key encoding (including reconstruction of all public and private key elements from the private key structure), with raw and PKCS#8 formats, both in DER and PEM. 2018-08-06 00:02:36 +02:00
sslio.c Added POWER8 implementation for AES/CTR+CBC-MAC (for CCM and EAX modes). 2018-08-12 23:53:23 +02:00
ta.c Added support for client certificates (both client-side and server-side, but still missing an API for extracting the client identity from the certificate). 2016-12-10 17:35:06 +01:00
twrch.c Added support for CCM and CCM_8 cipher suites. 2018-07-28 22:31:50 +02:00
vector.c Initial import. 2016-11-02 19:01:13 -04:00
verify.c Added support for client certificates (both client-side and server-side, but still missing an API for extracting the client identity from the certificate). 2016-12-10 17:35:06 +01:00
xmem.c Initial import. 2016-11-02 19:01:13 -04:00