mbedtls/library
Paul Bakker e2f5040876 Internally split up x509parse_key()
Split up x509parse_key() into a (PEM) handler function and specific
DER parser functions for the PKCS#1 (x509parse_key_pkcs1_der()) and
unencrypted PKCS#8 (x509parse_key_pkcs8_unencrypted_der()) private
key formats.
(cherry picked from commit 65a1909dc6)

Conflicts:
	library/x509parse.c
2013-06-25 15:06:50 +02:00
..
.gitignore
aes.c
arc4.c Fixed const correctness issues that have no impact on the ABI 2013-06-24 19:09:24 +02:00
asn1parse.c
asn1write.c More granular define selections within code to allow for smaller code 2013-04-18 23:12:34 +02:00
base64.c Fixed const correctness issues that have no impact on the ABI 2013-06-24 19:09:24 +02:00
bignum.c
blowfish.c
camellia.c
certs.c
cipher.c
cipher_wrap.c
CMakeLists.txt
ctr_drbg.c Possible resource leak on FILE* removed in CTR_DRBG 2013-05-14 13:22:41 +02:00
debug.c More granular define selections within code to allow for smaller code 2013-04-18 23:12:34 +02:00
des.c Fixed const correctness issues that have no impact on the ABI 2013-06-24 19:09:24 +02:00
dhm.c DHE-PSK based ciphersuite support added and cleaner key exchange based 2013-04-19 20:47:26 +02:00
ecdh.c
ecdsa.c
ecp.c Fixed compiler warning for possible uninitialized ret 2013-04-08 13:40:17 +02:00
entropy.c
entropy_poll.c
error.c pem_read_buffer() already update use_len after header and footer are read 2013-06-24 19:09:25 +02:00
gcm.c Cleanup of the GCM code 2013-04-09 11:36:42 +02:00
havege.c
Makefile
md.c
md2.c
md4.c
md5.c Fixed const correctness issues that have no impact on the ABI 2013-06-24 19:09:24 +02:00
md_wrap.c
net.c
oid.c More granular define selections within code to allow for smaller code 2013-04-18 23:12:34 +02:00
padlock.c
pbkdf2.c
pem.c pem_read_buffer() already update use_len after header and footer are read 2013-06-24 19:09:25 +02:00
pkcs11.c
rsa.c
sha1.c Fixed const correctness issues that have no impact on the ABI 2013-06-24 19:09:24 +02:00
sha2.c Fixed const correctness issues that have no impact on the ABI 2013-06-24 19:09:24 +02:00
sha4.c Fixed const correctness issues that have no impact on the ABI 2013-06-24 19:09:24 +02:00
ssl_cache.c More granular define selections within code to allow for smaller code 2013-04-18 23:12:34 +02:00
ssl_ciphersuites.c Added PSK GCM, SHA256 and SHA384 ciphers from RFC5487 2013-04-19 22:03:30 +02:00
ssl_cli.c Fixed parse error in ssl_parse_certificate_request() 2013-05-22 13:56:26 +02:00
ssl_srv.c Secure renegotiation extension should only be sent in case client supports secure renegotiation 2013-06-24 19:09:24 +02:00
ssl_tls.c ssl_parse_certificate() now calls x509parse_crt_der() directly 2013-06-24 19:09:25 +02:00
timing.c
version.c
x509parse.c Internally split up x509parse_key() 2013-06-25 15:06:50 +02:00
x509write.c
xtea.c