Move PKCS# {1,5,8} functionality into separate files
authorJouni Malinen <j@w1.fi>
Sat, 17 Oct 2009 09:48:55 +0000 (12:48 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 17 Oct 2009 09:48:55 +0000 (12:48 +0300)
commitf1739bac4fd62dc984c0a24dc22e56de55525120
tree328ebc79629d301a3c53a8aa9a9b0cc3cb45b8c9
parent3af9f2983cf143715954212ddf88558b77331626
Move PKCS# {1,5,8} functionality into separate files

This functionality fits better with src/tls (i.e., internal TLS
implementation), so move it there to make crypto_internal.c more
of a wrapper like other crypto_*.c files.
hostapd/Makefile
src/crypto/crypto_internal.c
src/tls/pkcs1.c [new file with mode: 0644]
src/tls/pkcs1.h [new file with mode: 0644]
src/tls/pkcs5.c [new file with mode: 0644]
src/tls/pkcs5.h [new file with mode: 0644]
src/tls/pkcs8.c [new file with mode: 0644]
src/tls/pkcs8.h [new file with mode: 0644]
wpa_supplicant/Makefile