]> gitweb.factorcode.org Git - factor.git/history - basis/openssl/libssl
The use of factor.com does not fix the issue with missing stdout on Github
[factor.git] / basis / openssl / libssl /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-14 Doug Colemanopenssl.libssl: update test
2023-08-12 Doug Colemanopenssl.libssl: add to test and make it not care how...
2023-08-12 Doug Colemanopenssl.libssl: add more flags like SSL_OP_IGNORE_UNEXP...
2023-07-31 Doug Colemanopenssl.libssl: more constants
2023-04-27 Doug Colemanopenssl.libssl: bug report got fixed! "read header...
2023-04-22 Doug Colemanopenssl.libssl: allow "unknown" state in initialized...
2023-04-20 Doug Colemanopenssl: use TLS_method() to get the highest supported...
2023-04-07 Doug Colemanopenssl: x64 library is called libssl-3-x64.dll, x86...
2023-04-03 Benjamin Pollackopenssl: use proper DLL names for Windows
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: remove extra whitespace refactor-sequences 2669/head
2023-01-20 John BenediktssonSwitch to https urls
2023-01-15 John BenediktssonRevert "openssl: better attempt at finding the openssl...
2023-01-15 Doug Colemanopenssl: better attempt at finding the openssl libraries
2023-01-14 John BenediktssonRevert "openssl: rename dlls on windows"
2023-01-14 Doug Colemanopenssl: rename dlls on windows
2023-01-13 Doug Colemanopenssl.libssl: Add some bindings
2022-02-13 John Benediktssonopenssl.libssl: simpler for now ssl-peer-certificate.
2022-02-13 Doug Colemanopenssl: hacky way to support SSL_get1_peer_certificate
2022-02-13 Doug Colemanopenssl.libssl: get the right function for tests too
2022-02-13 Doug Colemanopenssl: SSL_get_peer_certificate is deprecated, use...
2021-12-20 Doug Colemanopenssl.libssl: Add SSL_write_ex function
2021-05-05 John Benediktssonopenssl: cleanup using.
2021-05-04 John Benediktssonopenssl: move some things around for bootstrap.
2021-05-04 David FloresTLS alpn code clean up.
2021-05-04 David FloresAttempt to add TLS ALPN extension (RFC 7301)
2021-01-14 John Benediktssonopenssl: use .35 version on macos for now, should work...
2020-11-17 John Benediktssonopenssl: doesn't require full paths.
2020-04-07 Doug Colemanopenssl.libssl: Add functions to set options on SSL_CTX.
2019-09-28 Doug Colemanopenssl: Fallback for versions of macOS < 10.15.
2019-09-27 Doug Colemanopenssl: macOS 10.15 beta needs explicit paths for...
2017-09-25 Doug ColemanRevert "openssl.libssl: The SSL struct has grown a...
2017-09-25 Doug Colemanopenssl.libssl: The SSL struct has grown a lot.
2017-07-01 Björn Lindqvistopenssl.*,io.sockets.*: support for openssl 1.1
2017-07-01 Björn Lindqvistopenssl.*: adding functions that are different in libbs...
2017-06-24 Björn Lindqvistio.sockets.secure.openssl,openssl.libssl: ENUM: over...
2016-11-19 Björn Lindqvistopenssl.libssl.tests: removing stupid test that didn...
2016-11-19 Björn Lindqvistopenssl.libssl: new destructors, to make sure the tests...
2016-11-19 Björn Lindqvistopenssl.libssl: trying to organize vocab a little better
2016-11-19 Björn Lindqvistopenssl.libssl: remove the testing of SSLv2 and SSLv3
2016-08-16 Björn Lindqvistopenssl.libssl: fix tc that breaks if sslv2 is disabled
2016-03-13 Doug Colemanopenssl.libssl: Use libcrypto on Windows instead of...
2016-03-13 Doug Colemanopenssl.libssl: Adding some functions to work with...
2016-03-08 Doug Colemanwindows openssl, libtls: Use the libressl dlls for...
2016-03-04 Doug Colemanopenssl.libssl: Add more constants.
2016-03-04 Doug Colemanopenssl: Prefer tls1.2. Only use secure ciphers.
2016-03-03 Benjamin PollackAdd SNI support to Factor
2016-03-02 Benjamin PollackDump everything before TLSv1 1536/head
2016-02-24 Doug Colemanopenssl.libssl: Add some more constants. Move things...
2016-02-23 Benjamin Pollackopenssl: only set RSA keys if required to do so 1532/head
2015-07-19 Doug Colemanfactor: actual patch to remove ; from all c/fortran...
2015-07-19 Doug Colemanopenssl.libssl: Fix FUNCTION: error exposed after parse...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-06-08 Doug Colemancore: Rename create to create-word, create-in to create...
2014-11-13 John Benediktssonbasis/extra: cleanup uses of add-library.
2013-10-11 Björn Lindqvistopenssl.libssl: better way to change library dll for...
2013-10-11 Björn Lindqvistopenssl.libssl: on windows the X509_* family of functio...
2013-10-11 Björn Lindqvistopenssl.libssl: unit tests and wrappings for more parts...
2013-09-17 Björn Lindqvistopenssl.libssl: functions and structs related to genera...
2013-09-17 Björn Lindqvistopenssl.libssl: define the ssl_method_st struct
2013-09-17 Björn Lindqvistopenssl.libssl: wrapped several more objects from libss...
2013-09-17 Björn Lindqvistio.sockets.secure.openssl: support for getting issuer...
2011-11-24 Joe Groffuse radix literals
2011-11-03 Joe Groffremove BSD,solaris,etc. misc platform support code
2011-10-18 John BenediktssonEliminate duplicate syntax for stack effects "(" no...
2011-10-02 Doug ColemanRemove all non-core uses of (scan-token)
2011-09-29 Doug ColemanRefactor the lexer/parser to expose friendlier words...
2011-09-19 Doug ColemanRemove Windows CE from core/ basis/ and build-support/
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-04-15 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-13 Joe GroffMerge git://github.com/william42/factor
2010-04-11 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-04-11 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
2010-04-10 Slava PestovMerge remote branch 'origin/abi-symbols' into fastcall...
2010-04-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-05 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-04-05 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-04-01 Joe GroffMerge branch 'master' into abi-symbols
2010-04-01 Doug ColemanUse flags{ instead of flags all over the place
2010-04-01 Joe Groff"cdecl" -> cdecl
2010-02-27 Joe GroffMerge branch 'master' of git://github.com/william42...
2010-02-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-25 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-23 Joe Groffrename current string-mangling "char*" to "c-string...
2010-02-23 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-02-23 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-22 Joe GroffMerge branch 'master' into new-alien-pointers
2010-02-22 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-22 Joe Groffopenssl: replace some TYPEDEF: void* foo* (which won...
2009-10-12 Guillaume Nargeotmerge project-euler.factor
2009-10-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-06 Doug ColemanMerge branch 'a7a39d3766624227966bca34f0778030592d82c2...
2009-09-30 Slava PestovMerge branch 'gif' of git://github.com/klazuka/factor
2009-09-30 Slava PestovMerge branch 'link' of git://github.com/klazuka/factor
2009-09-28 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
next