Hi all,
I have to implement some new kind of certificate, which mainly consists
of signed RSA keys and some options for those keys and should be used
for SSL/TLS. So basically, what I have to do is to implement the
certificate itself and extend the SSL handshake to be able to deal with
it. As I didn't find a lot of developer info (did I miss something?), I
want to write my thoughts to this list in order to ask if I am on the
right track. Could somebody please confirm or reject that I have to
rewrite / modify the following parts:
- crypto/x509 as the directory includes all the X.509 stuff
- apps/x509.c which includes command line options for openssl tool
- ssl/ssl_cert.c defines some methods regarding X.509 (acceptable CAs...)
- ssl/ssl.h handshake methods
- ssl/ssl_lib.c some verify things
- ssl/ssl_rsa.c certificate loading etc
Is there anything I forgot?
Regards
Carolin
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]