summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***gnutls_with_dss_ciphersuitesNikos Mavrogiannopoulos2002-01-271-1/+1
* added missing filesNikos Mavrogiannopoulos2002-01-275-287/+133
* added support for DHE_DSS cipher suites.Nikos Mavrogiannopoulos2002-01-278-25/+33
* added support for DSS certificates.gnutls_with_dss_cert_supportNikos Mavrogiannopoulos2002-01-2715-393/+397
* Added stuff for DSS certificates (not ready yet)Nikos Mavrogiannopoulos2002-01-2621-209/+903
* added new DSA certificates..Nikos Mavrogiannopoulos2002-01-268-121/+259
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-268-24/+25
* added _gnutls_mem_cpy()Nikos Mavrogiannopoulos2002-01-262-0/+12
* Added checks after malloc for null.Nikos Mavrogiannopoulos2002-01-262-14/+44
* gnutls_*_get_algo() renamed to gnutls_*_get() (suggested by Simon Josefsson)Nikos Mavrogiannopoulos2002-01-2510-33/+55
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-252-3/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-251-1/+1
* added check for requested TLS extensionsNikos Mavrogiannopoulos2002-01-257-5/+85
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-252-1/+8
* Handshake messages are not kept in memory any more. Now we use less memoryNikos Mavrogiannopoulos2002-01-2512-250/+390
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-241-0/+5
* added an #errorNikos Mavrogiannopoulos2002-01-241-0/+2
* GNUTLS_A_NETSCAPE_NO_CLIENT_CERTIFICATE -> GNUTLS_A_SSL3_NO_CERTIFICATENikos Mavrogiannopoulos2002-01-243-4/+5
* added our openpgp draftNikos Mavrogiannopoulos2002-01-242-224/+399
* added _gnutls_record_log(), gnutls_handshake_log(), to avoid thatNikos Mavrogiannopoulos2002-01-2411-221/+204
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-231-0/+2
* Added a minimal string library to assist in safer ASN.1 parsingNikos Mavrogiannopoulos2002-01-2312-64/+127
* in server side now prints srp usernameNikos Mavrogiannopoulos2002-01-231-0/+8
* Some corrections done ( found by using flawfinder).Nikos Mavrogiannopoulos2002-01-2311-72/+104
* added string libraryNikos Mavrogiannopoulos2002-01-231-0/+1
* cleanupsNikos Mavrogiannopoulos2002-01-239-54/+65
* more cleanups in the recv_int() functionNikos Mavrogiannopoulos2002-01-231-105/+122
* corrected behaviour against PKCS-1 attacks. (it seems that debugging codeNikos Mavrogiannopoulos2002-01-231-4/+4
* Made recv_int() cleaner (needs a lot of improvement)Nikos Mavrogiannopoulos2002-01-221-68/+132
* Now a server in a case of rehandshake can continue normalyNikos Mavrogiannopoulos2002-01-205-20/+47
* corrected gnutls_alert_send() prototype.Nikos Mavrogiannopoulos2002-01-201-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-201-1/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-191-3/+3
* updated auth info structures handling.Nikos Mavrogiannopoulos2002-01-1910-149/+106
* corrected bug introduced in the buffering code updateNikos Mavrogiannopoulos2002-01-191-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-191-1/+4
* Combined gnutls_x509pki_(set/get)_dh_bits() andNikos Mavrogiannopoulos2002-01-1916-128/+120
* gnutls_x509pki_set_trust_(file/mem) can now be called multiple timesNikos Mavrogiannopoulos2002-01-191-95/+55
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-191-0/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-182-0/+0
* added openpgp rfcNikos Mavrogiannopoulos2002-01-181-0/+3643
* several cleanups in order to move to gnutls 0.4.0Nikos Mavrogiannopoulos2002-01-1830-175/+179
* added file to hold functions for backwards binary compatibility.Nikos Mavrogiannopoulos2002-01-181-0/+27
* cleanupsNikos Mavrogiannopoulos2002-01-183-7/+12
* Renamed gnutls_x509pki_s/get_dh_bits() to gnutls_dh_s/get_dhe_bits().Nikos Mavrogiannopoulos2002-01-1711-71/+81
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-171-2/+2
* Key exchange methods changed so they do not depend on the CertificateNikos Mavrogiannopoulos2002-01-177-28/+31
* changes in buffering code (actually variables' names are moreNikos Mavrogiannopoulos2002-01-1710-224/+239
* *** empty log message ***Nikos Mavrogiannopoulos2002-01-176-42/+44
* corrected library interface numbersNikos Mavrogiannopoulos2002-01-171-3/+4