toddouska
|
bad1c32df2
|
add session cert conversion to x509, and free x509 for dynamic variety
|
2013-04-23 11:50:06 -07:00 |
|
toddouska
|
4491de3b77
|
add UnloadCAs ability for CTX or CertManager
|
2013-04-22 13:18:08 -07:00 |
|
toddouska
|
8c0ee8a6f7
|
make sure all external APIs at SSL level return SSL_SUCCESS instead of sometimes 0 from old CyaSSL API
|
2013-04-22 12:43:57 -07:00 |
|
toddouska
|
11d81b86de
|
change windows low res timer return
|
2013-04-22 10:52:38 -07:00 |
|
toddouska
|
b5ac92bcd1
|
commit tests basic turns off fastmath since default now
|
2013-04-19 13:51:53 -07:00 |
|
toddouska
|
24ec09ef7a
|
change big int cast in comparison after 64/128 changes
|
2013-04-19 13:49:26 -07:00 |
|
toddouska
|
702c1b044d
|
add fewerPacket/group messages to example client/server and disalbe client cert/key load
|
2013-04-19 13:10:19 -07:00 |
|
toddouska
|
d665e16bd8
|
add user ctx to verify callback with CyaSSL_SetCertCbCtx
|
2013-04-18 10:37:10 -07:00 |
|
toddouska
|
729fc1e603
|
add discardSessionCerts flag for verify callback
|
2013-04-18 09:11:35 -07:00 |
|
toddouska
|
71a1abebf5
|
break up sig confirm errors into no sig, crl, and ocsp specific
|
2013-04-18 08:38:28 -07:00 |
|
toddouska
|
f8ba117cef
|
cleanup 64/128bit type decls for big int libs
|
2013-04-17 17:26:33 -07:00 |
|
toddouska
|
e38b4d5868
|
free CyaSSL CTX count mutex
|
2013-04-17 13:25:02 -07:00 |
|
toddouska
|
38dec0b932
|
bump dev version
|
2013-04-17 09:41:43 -07:00 |
|
toddouska
|
1f09e35ccd
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2013-04-17 09:39:05 -07:00 |
|
toddouska
|
dafcd8782a
|
add altnames check to domain match
|
2013-04-17 09:37:57 -07:00 |
|
Chris Conlon
|
62a071262c
|
move CYASSL_USER_IO back to MICROCHIP_PIC32
|
2013-04-17 10:19:18 -06:00 |
|
toddouska
|
d50b388a33
|
add wildcard check to domain name match
|
2013-04-17 09:07:26 -07:00 |
|
toddouska
|
b806ca3c2f
|
help compiler with fp_div cast to 32bit
|
2013-04-16 15:29:03 -07:00 |
|
John Safranek
|
fe13b4b6c6
|
moved and renamed the CBIO error codes so they are publically available
|
2013-04-16 12:32:55 -07:00 |
|
John Safranek
|
d279695314
|
changed ENDIAN_* to *_ENDIAN_ORDER
|
2013-04-16 12:12:49 -07:00 |
|
toddouska
|
8eee0b1d4c
|
add blake2 headers to dist
|
2013-04-15 13:22:11 -07:00 |
|
toddouska
|
79432d9017
|
fix README typos, minor additions
|
2013-04-15 11:49:33 -07:00 |
|
toddouska
|
f29da112c6
|
version.h update for non autoconf
|
2013-04-15 11:23:14 -07:00 |
|
toddouska
|
4da114354b
|
release 2.6.0 README
|
2013-04-15 11:20:57 -07:00 |
|
toddouska
|
7c003c5755
|
add sanity check on cleanup for possible no init
|
2013-04-12 17:07:00 -07:00 |
|
toddouska
|
fe0cd26b1e
|
make clear where options.h came from
|
2013-04-12 16:50:16 -07:00 |
|
toddouska
|
991a9094e6
|
trying moving options save earlier, autogen sometimes
|
2013-04-12 13:18:53 -07:00 |
|
toddouska
|
b90d0d305d
|
add wolfSSL header to configure generated options.h
|
2013-04-12 12:56:44 -07:00 |
|
toddouska
|
3cfb270a4d
|
make sure commit tests don't overwrite options.h
|
2013-04-12 12:19:46 -07:00 |
|
toddouska
|
0b7e18040c
|
generate cyassl/options.h based on ./configure flags/settings for user app use
|
2013-04-12 11:21:38 -07:00 |
|
toddouska
|
f6edc37549
|
change fastmath opt to 2 instead of 3, causes potential confilicts with aesni on non-aesni systems with gcc 4.6.3
|
2013-04-12 09:29:31 -07:00 |
|
toddouska
|
ba3e089596
|
add USE_ANY_ADDR for bind to any with echoserver
|
2013-04-11 21:51:17 -07:00 |
|
toddouska
|
8a6bd081c4
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2013-04-11 15:00:42 -07:00 |
|
toddouska
|
997d6dccf3
|
fix windows ipv6 test w/ getaddrinfo
|
2013-04-11 14:52:04 -07:00 |
|
John Safranek
|
6d49631170
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2013-04-11 14:10:32 -07:00 |
|
John Safranek
|
a74ac2b22c
|
added case to DerToPem() to add EC header and footer to the PEM output
|
2013-04-11 14:03:18 -07:00 |
|
toddouska
|
12f00a7acc
|
change ipv6 tests to use getaddrinfo for better scope id % handling, inet_pton doesn't always work depending on system
|
2013-04-11 12:30:09 -07:00 |
|
toddouska
|
b5c43d8ad4
|
don't default to loopback only for ipv6 tests, if inet_pton available allow lookups
|
2013-04-11 10:12:15 -07:00 |
|
toddouska
|
576cb10732
|
fix port 0 hack for unit tests with ipv6
|
2013-04-10 17:09:53 -07:00 |
|
toddouska
|
a2bd6e786d
|
fix leanpsk NO_SHA build
|
2013-04-10 12:42:51 -07:00 |
|
toddouska
|
f535e5428e
|
make sure all tests/examples *.c use settings.h correctly
|
2013-04-10 12:17:23 -07:00 |
|
toddouska
|
97e0ec073f
|
make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config
|
2013-04-10 11:04:29 -07:00 |
|
toddouska
|
185331f007
|
fix shadow on decl
|
2013-04-10 10:24:33 -07:00 |
|
toddouska
|
1ff98154e5
|
remove serial-tests and downgrade automake/autoconf version requirements
|
2013-04-10 10:21:56 -07:00 |
|
Chris Conlon
|
27d6c727e0
|
add MICROCHIP_TCPIP
|
2013-04-10 09:16:11 -06:00 |
|
John Safranek
|
0edc19feb2
|
converting DerToPem, readjust output buffer size to account for size of header and footer when calling Base64_Encode
|
2013-04-09 19:03:21 -07:00 |
|
John Safranek
|
e98193000a
|
KEEP_PEER_CERT includes the function CyaSSL_X509_get_subjectCN
|
2013-04-09 09:45:25 -07:00 |
|
John Safranek
|
bea9084071
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2013-04-08 16:03:27 -07:00 |
|
John Safranek
|
b0dca8ea69
|
updated SHOW_SIZES, opionally adds sizes as available, added flag to example client to print sizes
|
2013-04-08 16:01:52 -07:00 |
|
John Safranek
|
9b0ffa0249
|
brought CYASSL_CALLBACK code up to current standard
|
2013-04-08 15:34:54 -07:00 |
|