axtls/crypto
Paul Sokolovsky 3c6b62b718 crypto/rsa.c: RSA_decrypt: Always support both decrypt and sig-verify.
Signature verification need actually comes from yaota8266 project, that's
why it's untied from certificate verification.
2016-11-05 08:29:22 +03:00
..
aes.c Removed RC4 from the list of negotiated ciphers as browsers don't support it anymore 2016-06-12 10:51:12 +00:00
bigint.c bigint.c: bi_mod_power(): esp8266: Process pending events. 2016-07-10 23:17:18 +03:00
bigint.h some directory restructuring 2007-11-13 08:36:58 +00:00
bigint_impl.h merged partial_multiply with regular_multiply function. 2011-01-02 08:30:53 +00:00
crypto.h Add namespace prefix to hmac_md5/hmac_sha1 functions. 2016-07-10 23:17:13 +03:00
crypto_misc.c crypto/crypto_misc.c: RNG_initialize(): Don't do anything for esp8266. 2016-07-11 16:49:43 +03:00
hmac.c Add namespace prefix to hmac_md5/hmac_sha1 functions. 2016-07-10 23:17:13 +03:00
Makefile * Added SHA384 and SHA512 digests. 2015-03-10 03:08:16 +00:00
md5.c md5: Optimize for size. 2016-07-10 22:00:22 +03:00
os_int.h removed endian.h from os_int.h as it is no longer needed and was causing issues with the micropython build 2016-07-05 19:57:29 +00:00
rc4.c Added comments to hmac and rc4 code and extra diagnotics to cert # out of 2011-01-08 03:44:47 +00:00
rsa.c crypto/rsa.c: RSA_decrypt: Always support both decrypt and sig-verify. 2016-11-05 08:29:22 +03:00
sha1.c Removed os_port.h dependency. Fixed CA number issue (default now 120). 2011-01-03 23:08:49 +00:00
sha256.c * Added SHA384 and SHA512 digests. 2015-03-10 03:08:16 +00:00
sha384.c Tag 64-bit constants with "LL" (make e.g. AVR32 gcc happy) 2015-10-01 15:58:22 +00:00
sha512.c Tag 64-bit constants with "LL" (make e.g. AVR32 gcc happy) 2015-10-01 15:58:22 +00:00