summaryrefslogtreecommitdiff
path: root/lib/auth_rsa.c
Commit message (Expand)AuthorAgeFilesLines
* more non blocking IO fixesNikos Mavrogiannopoulos2001-11-131-1/+2
* auth_info types and structures were moved to the internals of the library.Nikos Mavrogiannopoulos2001-10-151-1/+1
* several cleanups in order to support DHE_RSANikos Mavrogiannopoulos2001-09-231-837/+9
* Client certificate callback has been improvedNikos Mavrogiannopoulos2001-09-141-7/+84
* gnutls_set_certificate_request() renamed to gnutls_x509pki_set_cert_request().Nikos Mavrogiannopoulos2001-08-261-4/+30
* bugfixes and minor updatesNikos Mavrogiannopoulos2001-08-201-1/+2
* server side client authentication worksgnutls_0_2_0Nikos Mavrogiannopoulos2001-08-071-1/+37
* additions in order for gnutls server to support client authenticationNikos Mavrogiannopoulos2001-08-071-43/+194
* ssl3 fixes and several others.Nikos Mavrogiannopoulos2001-08-071-6/+16
* updated in key usage fieldsNikos Mavrogiannopoulos2001-08-061-0/+17
* several fixes. Added client authentication with x509PKINikos Mavrogiannopoulos2001-08-061-17/+16
* more x509 client certificate stuffNikos Mavrogiannopoulos2001-08-061-0/+1
* several additions for x509 client authenticationNikos Mavrogiannopoulos2001-08-061-85/+207
* added the concept of optional handshake packets (like CERTIFICATE_REQUEST).Nikos Mavrogiannopoulos2001-08-061-1/+0
* several cleanups and updates in the handshake protocol implementationNikos Mavrogiannopoulos2001-08-051-64/+131
* cleanups in certificate copyingNikos Mavrogiannopoulos2001-08-051-23/+9
* renamed cert_* to x509_*Nikos Mavrogiannopoulos2001-08-051-3/+3
* fixes in x509 cert extensions handlingNikos Mavrogiannopoulos2001-08-041-0/+2
* added internal memory handlersNikos Mavrogiannopoulos2001-08-041-1/+1
* added some kind of support for X509 ExtensionsNikos Mavrogiannopoulos2001-08-021-1/+5
* gnutls now checks the certificate's CN to see if it matches theNikos Mavrogiannopoulos2001-07-241-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2001-07-211-1/+1
* corrected memory leaksNikos Mavrogiannopoulos2001-07-211-5/+0
* added some kind of certificate checkingNikos Mavrogiannopoulos2001-07-201-1/+1
* more certificate fields parsed. CleanupsNikos Mavrogiannopoulos2001-07-181-5/+9
* updated cert_verifyNikos Mavrogiannopoulos2001-07-161-7/+4
* updated APINikos Mavrogiannopoulos2001-07-141-0/+5
* several bug fixes in ASN handling. Fixes/additionsNikos Mavrogiannopoulos2001-07-141-29/+55
* several cleanupsNikos Mavrogiannopoulos2001-07-141-24/+24
* Updated ASN.1 Parser (Fabio - commited by me).Nikos Mavrogiannopoulos2001-07-071-21/+29
* cleanupsNikos Mavrogiannopoulos2001-07-011-4/+4
* Cleanups. Mostly while sending client certificate (and client certificate ver...Nikos Mavrogiannopoulos2001-06-251-0/+2
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* added internal representation of pkcs1 rsa private keys.Nikos Mavrogiannopoulos2001-06-221-174/+158
* Updated Ciphersuite selection algorithm.Nikos Mavrogiannopoulos2001-06-211-5/+5
* client side RSA works (no certificate checking)Nikos Mavrogiannopoulos2001-06-201-154/+82
* removed unneeded code and added some kind of client support for RSANikos Mavrogiannopoulos2001-06-191-38/+169
* fixes in session resuming..Nikos Mavrogiannopoulos2001-06-191-6/+6
* several fixes for RSA. gnutls server can now work with rsa certificates.Nikos Mavrogiannopoulos2001-06-171-4/+21
* several additions for RSA (mostly unstable)Nikos Mavrogiannopoulos2001-06-171-19/+57
* more rsa fixes.Nikos Mavrogiannopoulos2001-06-161-55/+39
* more rsa stuff -- and cleanupsNikos Mavrogiannopoulos2001-06-151-12/+174
* several additions in order to support KX_RSA and X509PKI.Nikos Mavrogiannopoulos2001-06-151-0/+243