| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix crash on failures. | Simon Josefsson | 2007-02-06 | 1 | -3/+4 |
* | (_gnutls_remove_unwanted_ciphersuites): Remove GNUTLS_KX_SRP_RSA or | Simon Josefsson | 2007-02-06 | 1 | -2/+10 |
* | Revert, not needed. | Simon Josefsson | 2007-02-06 | 1 | -4/+0 |
* | (_gnutls_hash_get_algo_len): Handle NULL MACs again, broken by last | Simon Josefsson | 2007-02-06 | 1 | -0/+4 |
* | Support (RSA-)SHA-256/384/512. | Simon Josefsson | 2007-02-05 | 6 | -65/+60 |
* | (GNUTLS_SIGN_ALG_LOOP): Don't match unknown algorithms to GOST. | Simon Josefsson | 2007-02-05 | 1 | -2/+2 |
* | Doc fix. | Simon Josefsson | 2007-02-02 | 1 | -4/+4 |
* | Doc fix. | Simon Josefsson | 2007-01-31 | 1 | -2/+2 |
* | Add gnutls_x509_crt_get_proxy. | Simon Josefsson | 2007-01-31 | 3 | -2/+148 |
* | Fix last commit. | Simon Josefsson | 2007-01-31 | 1 | -1/+1 |
* | (gnutls_x509_crt_set_proxy_dn): Permit NULL @name's. | Simon Josefsson | 2007-01-31 | 1 | -5/+11 |
* | Add proxy certificate APIs. | Simon Josefsson | 2007-01-31 | 5 | -2/+208 |
* | String.h from gnulib now makes sure memmem is available. | Simon Josefsson | 2007-01-31 | 1 | -3/+1 |
* | (_gnutls_x509_ext_extract_basicConstraints): Make sure | Simon Josefsson | 2007-01-26 | 1 | -16/+7 |
* | Add comment to describe C++ compiler bug problem. | Simon Josefsson | 2007-01-25 | 1 | -0/+3 |
* | Fix C++ compiler bug in a "better" way, tiny patch from Matthias | Simon Josefsson | 2007-01-25 | 1 | -3/+3 |
* | Fix import of ASCII armored OpenPGP keys, patch from ludovic.courtes@laas.fr ... | Simon Josefsson | 2007-01-16 | 2 | -2/+5 |
* | Make it compile by commenting out call to virtual method (possibly | Simon Josefsson | 2007-01-12 | 1 | -1/+3 |
* | Support pathLenConstraint. | Simon Josefsson | 2007-01-11 | 4 | -40/+136 |
* | Don't export _E_*, they are only needed inside libgnutls now. | Simon Josefsson | 2007-01-11 | 1 | -2/+2 |
* | Cleanup gnutls vs gnutls-extra integration, for OpenPGP certs. | Simon Josefsson | 2007-01-11 | 10 | -43/+185 |
* | Generate. | Simon Josefsson | 2006-12-28 | 1 | -57/+57 |
* | Fix comment to make it parse correctly. | Simon Josefsson | 2006-12-28 | 1 | -1/+1 |
* | Fix signature verification for DSA signatures in TLS 1.2, reported by | Simon Josefsson | 2006-12-27 | 1 | -6/+7 |
* | Tiny patch from ludovic.courtes@laas.fr (Ludovic Courtès). | Simon Josefsson | 2006-12-27 | 2 | -2/+2 |
* | (_gnutls_gen_cert_server_cert_req): For TLS 1.2, generate conforming | Simon Josefsson | 2006-12-27 | 1 | -0/+8 |
* | (_oid2str): Mark UID as a CHOICE-field (i.e., DirectoryString). | Simon Josefsson | 2006-12-27 | 1 | -1/+2 |
* | Generated. | Simon Josefsson | 2006-12-27 | 1 | -1097/+1094 |
* | Encoded UID DN fields as DirectoryString (e.g., PrintableString), not | Simon Josefsson | 2006-12-27 | 1 | -2/+6 |
* | (generate_rdn_seq): Store subject DN instead of issuer DN in the | Simon Josefsson | 2006-12-27 | 1 | -4/+2 |
* | (gnutls_certificate_set_x509_crl): Initialize before use, reported by | Simon Josefsson | 2006-12-27 | 1 | -1/+8 |
* | Doc fix. | Simon Josefsson | 2006-12-01 | 1 | -6/+6 |
* | Attempt TLS 1.2 and TLS 1.1 too, by default. | Simon Josefsson | 2006-11-29 | 1 | -2/+2 |
* | To use NULL DigestInfo.AlgorithmsIdentifier.parameters or not, that is | Simon Josefsson | 2006-11-26 | 1 | -0/+8 |
* | Client TLS 1.2 support. Works against www.mikestoolbox.org:4433. | Simon Josefsson | 2006-11-25 | 7 | -74/+132 |
* | Support TLS 1.2. | Simon Josefsson | 2006-11-25 | 1 | -0/+1 |
* | (gnutls_record_recv): Fix docstring, suggested by Tim Kosse | Simon Josefsson | 2006-11-16 | 1 | -5/+4 |
* | Use strverscmp. | Simon Josefsson | 2006-11-07 | 1 | -63/+10 |
* | Typo. | Simon Josefsson | 2006-11-07 | 1 | -0/+1 |
* | Don't use errno to avoid thread-safety issues. | Simon Josefsson | 2006-11-07 | 1 | -6/+6 |
* | Convert to EINTR/EAGAIN errno under Windows, using WSAGetLastError(). | Simon Josefsson | 2006-11-07 | 1 | -3/+48 |
* | Add new APIs to set errno for push/pull functions, suggested by tim.kosse@fil... | Simon Josefsson | 2006-11-07 | 2 | -6/+78 |
* | Remove SOVERSION (see configure.in). | Simon Josefsson | 2006-11-05 | 1 | -1/+0 |
* | Have SSLv2 ClientHello's for unknown versions negotiate the highest | Simon Josefsson | 2006-10-30 | 1 | -3/+13 |
* | Simplify #include's using gnulib modules. | Simon Josefsson | 2006-10-30 | 1 | -20/+5 |
* | Change lgpl/ library name. | Simon Josefsson | 2006-10-26 | 1 | -1/+1 |
* | Use gnulib in lgl/ instead of gl/. | Simon Josefsson | 2006-10-21 | 2 | -2/+2 |
* | Add lgl/ for LGPLed gnulib modules (for lib/) and use gl/ for GPL gnulib modu... | Simon Josefsson | 2006-10-21 | 1 | -2/+2 |
* | Update to 0.3.7. | Simon Josefsson | 2006-10-19 | 3 | -5/+6 |
* | Fix .def filename. | Simon Josefsson | 2006-10-03 | 1 | -2/+3 |