]> gitweb.factorcode.org Git - factor.git/history - basis/openssl
scryfall: better moxfield words
[factor.git] / basis / openssl /
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-09-11 Doug Colemanbasis: use lint.vocabs tool to trim using lists
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...
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2021-12-20 Doug Colemanopenssl.libssl: Add SSL_write_ex function
2021-12-20 Doug Colemanopenssl: Rename (ssl-error) to throw-ssl-error and set
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-03-05 Doug Colemanio.sockets: Use a larger dh file to make openssl happy.
2021-01-14 John Benediktssonopenssl: use .35 version on macos for now, should work...
2021-01-14 John BenediktssonRevert "openssl.libcrypto: use non-versioned dylib...
2021-01-14 John Benediktssonopenssl.libcrypto: use non-versioned dylib on mac.
2020-11-17 John Benediktssonopenssl: doesn't require full paths.
2020-11-17 John Benediktssonopenssl.libcrypto: fix for macos.
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...
2019-09-25 Doug Colemanopenssl.libcrypto: nginx factorcode.org server upgrades...
2018-01-24 Björn Lindqvistopenssl.libcrypto.tests: should not forget to free...
2017-12-18 Doug Colemanopenssl: Add TLS 1.0 test certs back for macOS 10.11.6.
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-06 Björn Lindqvistbasis/,core/,extra/: many new tags
2017-07-04 Björn Lindqvistopenssl.test: updating cert for openssl 1.1 (#1843)
2017-07-01 Björn Lindqvistchecksums,openssl.libcrypto: make it work with openssl 1.1
2017-07-01 Björn Lindqvistopenssl: docs
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
2016-02-22 Benjamin PollackUpdate OpenSSL calls to work with LibreSSL/newer OpenSSL
2015-10-03 Björn Lindqvistio.sockets.secure.debug: use <test-secure-config> in...
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.
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-10-03 Björn Lindqvistopenssl.libcrypto.tests: BIO_free should be called...
2014-08-05 John BenediktssonRevert "openssl: define a startup-hook so that openssl...
2014-06-06 John Benediktssonopenssl: less usings.
2014-06-06 Björn Lindqvistopenssl: define a startup-hook so that openssl initiali...
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 Lindqvistlibcrypto: wrap more parts of the BIO_ api and add...
2013-09-17 Björn Lindqvistopenssl.libssl: define the ssl_method_st struct
2013-09-17 Björn Lindqvistopenssl.libcrypto: defining structs for some opaque...
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-16 John BenediktssonCleanup some lint warnings.
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-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
next