Doug Coleman
|
a71e2d8060
|
io.sockets.secure.openssl: Fix docs.
|
2013-11-28 12:59:36 -06:00 |
Doug Coleman
|
4bcb356ba8
|
io.sockets.secure.openssl: libssl error is opaque, check that cert files
exist in Factor beforehand so we can get a nicer error message.
Add missing USE: and neaten up the list.
|
2013-11-16 15:59:31 -08:00 |
Björn Lindqvist
|
5f2238f7d4
|
io.sockets.secure.windows: secure socket implementation for windows, it works reasonably but certificate validation is not working correctly yet
|
2013-10-11 10:23:40 -07:00 |
Björn Lindqvist
|
729bd8a362
|
io.sockets.secure.openssl.tests: remove windows.winsock import and another test for subject-name
|
2013-10-11 10:23:40 -07:00 |
Björn Lindqvist
|
ad627a1395
|
openssl.libssl: on windows the X509_* family of functions is in a
different dll than the other functions in libssl
|
2013-10-11 10:23:40 -07:00 |
John Benediktsson
|
32b07016b0
|
io.sockets.secure.openssl: some style improvements.
|
2013-09-16 17:24:31 -07:00 |
Björn Lindqvist
|
c2fd5031e0
|
io.sockets.secure, io.sockets.secure.openssl: improved host name verification that takes into account a certificates subject alternative names.
|
2013-09-16 17:17:48 -07:00 |
Björn Lindqvist
|
f4f60b8ba3
|
io.sockets.secure.openssl: support for getting issuer name
|
2013-09-16 17:17:47 -07:00 |
Doug Coleman
|
30673f65cf
|
io.ports: More correct memory handling. There are still leaks in the tests...
|
2012-08-25 19:44:22 -07:00 |
Joe Groff
|
65c3259761
|
"cdecl" -> cdecl
|
2010-03-31 19:20:35 -07:00 |
Doug Coleman
|
1ff1e3f4bc
|
add docs to 8-bit encodings vocabs, update usages
|
2009-11-12 18:36:20 -06:00 |
Doug Coleman
|
17f0a5d41a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-28 17:26:23 -05:00 |
Doug Coleman
|
e376a0ece2
|
(normalize-path) -> absolute-path, canonicalize-path -> resolve-symlinks
|
2009-10-28 17:25:50 -05:00 |
Joe Groff
|
935c0797c3
|
update existing code for [let change
|
2009-10-27 22:05:37 -05:00 |
Joe Groff
|
e6bc708882
|
update openssl.libcrypto structs
|
2009-09-18 17:50:20 -05:00 |
Joe Groff
|
076ab42dc3
|
move some allocation words that don't really have much to do with c types out of alien.c-types into a new alien.data vocab
|
2009-09-17 22:36:05 -05:00 |
Slava Pestov
|
46045c882e
|
Disposables are now registered in a global disposables set. To take advantage of this, subclass disposable instead of providing a disposed slot and call new-disposable instead of new. tools.disposables defines two words, 'disposable.' and 'leaks', to help track down resource lifetime problems
|
2009-08-24 02:26:13 -05:00 |
Doug Coleman
|
3f3d57032b
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
Slava Pestov
|
be40bd33ee
|
New initialize-alien word
|
2009-02-20 20:51:13 -06:00 |
Slava Pestov
|
79bb003e6d
|
io.sockets.secure.openssl: Don't allocate empty password string. Fixes test failures introduced by >c-ptr change
|
2009-02-06 10:17:20 -06:00 |
Slava Pestov
|
dccbb84629
|
Updating unit tests for I/O re-organization
|
2008-12-14 21:21:44 -06:00 |
Slava Pestov
|
ada08e6d0e
|
Removing prettyprint and debugger dependencies from io code
|
2008-12-08 19:45:48 -06:00 |
Slava Pestov
|
1409ddf15c
|
Fix load error
|
2008-11-23 03:26:25 -06:00 |
Slava Pestov
|
304ee19a3b
|
Forgot to add a vocab
|
2008-11-23 02:36:26 -06:00 |