This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
v
Watch
1
Star
0
Fork
You've already forked v
0
mirror of
https://github.com/vlang/v.git
synced
2025-09-13 22:42:26 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
13
b87aed84e3
v
/
vlib
/
net
/
openssl
History
Download ZIP
Download TAR.GZ
Delyan Angelov
59909cde89
ci: use windows-2025 for the gcc-windows job (since it has gcc 14.2.0) (
#24304
)
2025-04-24 13:03:25 +03:00
..
openssl.c.v
ci: use windows-2025 for the gcc-windows job (since it has gcc 14.2.0) (
#24304
)
2025-04-24 13:03:25 +03:00
openssl_compiles_test.c.v
tools: cleanup entries from the hardcoded skip_files list in common.v (used by
v test
,
v test-self
etc); use the new
// vtest build:
syntax to mark the tests instead (
#23918
)
2025-03-13 19:51:51 +02:00
ssl_connection.c.v
net.openssl: use proper library search path for local installations of OpenSSL 3, use
SSL_get1_peer_certificate
instead of the deprecated
SSL_get_peer_certificate
.
2025-03-02 09:39:21 +02:00