summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***gnutls_0_1_9Nikos Mavrogiannopoulos2001-07-302-5/+5
* added log function (no longer use fprintf).Nikos Mavrogiannopoulos2001-07-3017-104/+145
* fixes in EOF handling in handshake.Nikos Mavrogiannopoulos2001-07-292-3/+14
* detect EOFNikos Mavrogiannopoulos2001-07-291-3/+3
* Added documentation in TEXNikos Mavrogiannopoulos2001-07-281-2/+4
* added some documentation. Bug fixes in CHANGECIPHER_SPEC packet.Nikos Mavrogiannopoulos2001-07-288-23/+34
* changed gnutls_read() semanticsNikos Mavrogiannopoulos2001-07-276-14/+51
* get time bug fixedFabio Fiorina2001-07-261-11/+6
* fixed/updated compare_dn() function.Nikos Mavrogiannopoulos2001-07-261-55/+41
* *** empty log message ***Nikos Mavrogiannopoulos2001-07-261-19/+18
* updated sig_check()Nikos Mavrogiannopoulos2001-07-261-13/+10
* gnutls now checks the certificate's CN to see if it matches theNikos Mavrogiannopoulos2001-07-249-30/+62
* bugfixesNikos Mavrogiannopoulos2001-07-242-5/+3
* corrected bug in b64 decoding. Added support for multiple TLS protocolNikos Mavrogiannopoulos2001-07-2414-99/+262
* ignores some errorsNikos Mavrogiannopoulos2001-07-211-2/+2
* *** empty log message ***Nikos Mavrogiannopoulos2001-07-217-34/+46
* corrected memory leaksNikos Mavrogiannopoulos2001-07-2110-21/+36
* several fixes cleanups etc.Nikos Mavrogiannopoulos2001-07-2111-97/+121
* *** empty log message ***Nikos Mavrogiannopoulos2001-07-201-4/+3
* updated file structureNikos Mavrogiannopoulos2001-07-208-15/+1052
* added some kind of certificate checkingNikos Mavrogiannopoulos2001-07-2013-27/+284
* ""Fabio Fiorina2001-07-193-12/+206
* C structure managementFabio Fiorina2001-07-192-0/+914
* added mhash 0.8.10 supportNikos Mavrogiannopoulos2001-07-181-6/+2
* more certificate fields parsed. CleanupsNikos Mavrogiannopoulos2001-07-189-29/+73
* several cleanups. Added check for certificate's expiration time.Nikos Mavrogiannopoulos2001-07-1714-226/+190
* updated cert_verifyNikos Mavrogiannopoulos2001-07-167-56/+291
* minor cleanupsNikos Mavrogiannopoulos2001-07-142-3/+3
* updated APINikos Mavrogiannopoulos2001-07-145-33/+58
* added missing fileNikos Mavrogiannopoulos2001-07-142-1/+68
* several bug fixes in ASN handling. Fixes/additionsNikos Mavrogiannopoulos2001-07-149-130/+181
* several cleanupsNikos Mavrogiannopoulos2001-07-1414-115/+240
* corrected copyright statementNikos Mavrogiannopoulos2001-07-141-1/+1
* improved certificate handlingNikos Mavrogiannopoulos2001-07-147-89/+285
* *** empty log message ***Fabio Fiorina2001-07-124-339/+336
* *** empty log message ***Fabio Fiorina2001-07-121-256/+269
* bug fixesNikos Mavrogiannopoulos2001-07-121-8/+4
* optimizations in hash functions (removed a lot of mallocs)Nikos Mavrogiannopoulos2001-07-1112-134/+118
* *** empty log message ***Nikos Mavrogiannopoulos2001-07-071-0/+5
* Updated ASN.1 Parser (Fabio - commited by me).Nikos Mavrogiannopoulos2001-07-0711-409/+776
* cleanupsNikos Mavrogiannopoulos2001-07-014-17/+21
* Cleanups. Mostly while sending client certificate (and client certificate ver...Nikos Mavrogiannopoulos2001-06-2514-46/+60
* removedNikos Mavrogiannopoulos2001-06-241-17/+0
* added support for DNSNAME extension (draft-ietf-tls-extensions)Nikos Mavrogiannopoulos2001-06-246-47/+93
* some portability fixesNikos Mavrogiannopoulos2001-06-242-28/+42
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-2451-488/+879
* several cleanupsNikos Mavrogiannopoulos2001-06-2417-312/+238
* added checks for signalsNikos Mavrogiannopoulos2001-06-231-2/+7
* corrected bug in stream decryption..Nikos Mavrogiannopoulos2001-06-221-10/+14
* added internal representation of pkcs1 rsa private keys.Nikos Mavrogiannopoulos2001-06-225-181/+276