Added encoded OID for hash functions (for use with PKCS#1 v1.5 signatures) into the...
authorThomas Pornin <pornin@bolet.org>
Wed, 21 Jun 2017 13:19:32 +0000 (15:19 +0200)
committerThomas Pornin <pornin@bolet.org>
Wed, 21 Jun 2017 13:19:32 +0000 (15:19 +0200)
commit7f343eedfc0ef1b3eab8ded1d60e2abc82324a5e
tree905346b5c0e2d6a3fdef438e5197a9342e645563
parent81437e11754521d1120ce4aced784f3f35c3f21f
Added encoded OID for hash functions (for use with PKCS#1 v1.5 signatures) into the public API.
inc/bearssl_rsa.h
src/ssl/ssl_hs_client.c
src/ssl/ssl_hs_client.t0