wolfssl/src
rofl0r a36c18c27f implement CyaSSL_ERR_reason_error_string
this has several advantages:
- we can provide a replacement for openssl's ERR_reason_error_string,
  which makes porting simpler,
- code shrink due to removal of excessive strcpy call
- all error strings are const anyway so there's no point to force the
  user to supply storage for them and copying them around.
2013-12-19 19:40:48 +01:00
..
crl.c move mutex to port layer at crypto level 2013-09-06 16:38:27 -07:00
include.am move mutex to port layer at crypto level 2013-09-06 16:38:27 -07:00
internal.c implement CyaSSL_ERR_reason_error_string 2013-12-19 19:40:48 +01:00
io.c OCSP lookups are IPv4/IPv6 agnostic. 2013-12-17 18:30:42 -08:00
keys.c remove CBC naming from HC-128 suites 2013-10-24 12:10:09 -07:00
ocsp.c OCSP Updates 2013-06-24 10:47:24 -07:00
sniffer.c fix snifftest pcap frees on file mode, close TraceFile on ssl_Free 2013-12-10 16:17:43 -08:00
ssl.c Merge branch 'master' of github.com:cyassl/cyassl 2013-12-11 16:20:43 -08:00
tls.c 1. Added a couple missing checks for NULL pointers in DTLS code. 2013-12-03 15:11:00 -08:00