sthen
d207296dee
unbreak now we have SSL_CTX_get_ciphers
2018-02-23 10:26:56 +00:00
sthen
610d7dac87
const changes needed for X509_OBJECT_get0_X509
2018-02-22 18:49:16 +00:00
sthen
4fc64cdd8f
remove patch, no longer needed
2018-02-22 18:31:11 +00:00
sthen
8a2b3da38f
update to xca-1.40, still missing quite a bit of "new api" for this
2018-02-21 11:48:35 +00:00
sthen
2c078448e9
unbreak, we now have all the RSA/DSA_SIG_* functions this needs, but not
...
ECDSA_SIG_[gs]et0
2018-02-20 20:41:53 +00:00
sthen
982c6daee1
more libressl fixes
2018-02-20 20:33:11 +00:00
bket
b374b11976
update to dante-1.4.2
...
Removed patch from jca@ with has been committed upstream. Maintainer
timeout.
OK sthen@
2018-02-20 16:41:59 +00:00
rpointel
290dbb79eb
small update to 0.0.33.
2018-02-20 14:34:39 +00:00
rpointel
9af8731eff
small update to 0.52.
2018-02-20 14:00:30 +00:00
sthen
7d82229a11
various fixes for libressl api update; with jsing
2018-02-19 18:24:21 +00:00
sthen
4b053f229c
update to yubikey-personalization-gui-3.1.25
2018-02-19 15:55:58 +00:00
sthen
a8a4c53d08
unbreak, libressl now has all the 1.1 api bits this needs apart from
...
RSA_test_flags, DSA_get0_engine
2018-02-18 21:57:01 +00:00
sthen
83c6f8208e
fix aain, now that we have DSA_set0_key()
2018-02-18 20:24:16 +00:00
sthen
66f5b9ded2
fix again, and the diff is now much cleaner as we have all the functions opensc is
...
looking for
2018-02-18 14:21:23 +00:00
sthen
3e7979d609
fix: DSA_get0_pqg, DSA_set0_pqg, DSA_get0_key
2018-02-18 14:02:43 +00:00
sthen
0149ea6d10
fix following more libressl additions. getting rather dirty but not much
...
point cleaning up until we get further with additions. (also some of
the cffi parts can't cope with ifdefs, blearghh).
2018-02-18 13:44:41 +00:00
sthen
6284280dcc
fix with new libressl functions, from jsing
2018-02-18 10:35:31 +00:00
sthen
5f7ef31eb1
needs py-cffi
2018-02-17 19:21:40 +00:00
ajacoutot
af49c75c24
Update to gnutls-3.5.18.
2018-02-17 12:25:30 +00:00
sthen
6ccdef5ad3
update to ykpers-1.18.1
2018-02-17 12:21:25 +00:00
jasper
474b4dcba5
+py-scp
2018-02-17 12:02:05 +00:00
jasper
23065c59e6
import py-scp-0.10.2
...
The scp.py module uses a paramiko transport to send and recieve files
via the scp1 protocol. This is the protocol as referenced from the
OpenSSH scp program, and has only been tested with this implementation.
ok aja@
2018-02-17 12:01:18 +00:00
jasper
1362c037c9
tweak previous
2018-02-17 08:48:11 +00:00
jasper
67fbd996de
add missing RDEP
2018-02-17 07:46:31 +00:00
naddy
70b697c0ca
refer to PyNaCl by the name under which is was imported
2018-02-16 22:57:20 +00:00
sthen
fc75f5bc20
update to clamav-0.99.3
2018-02-16 21:32:45 +00:00
steven
7fb0d2a142
update to 2.7.0
...
maintainer timeout
2018-02-16 19:36:55 +00:00
jasper
7d33af9763
update to paramiko-2.4.0
...
ok benoit@ (MAINTAINER)
2018-02-16 15:29:52 +00:00
jasper
d7507db388
+py-PyNaCl
2018-02-16 15:29:35 +00:00
jasper
66df863b1b
import PyNaCl-1.2.1
...
Python binding to the Networking and Cryptography (NaCl) library.
ok benoit@
2018-02-16 15:28:42 +00:00
sthen
6acc828b58
handle EVP_PKEY_up_ref() addition
2018-02-16 12:20:47 +00:00
jasper
87d3000d8f
+suricata-update
2018-02-15 18:37:47 +00:00
jasper
bb9f3beb1d
import suricata-update-1.0.0b1
...
suricata-update aims to be a simple to use rule download and management
tool for Suricata.
ok gonzalo@
2018-02-15 18:36:37 +00:00
ajacoutot
ab621c088c
Missing BDEP on textproc/py-sphinx
...
Drop uneeded CONFIGURE_ENV and make sure we don't pick up git nor pdflatex
Simplify post-install
Fix rc.d script
ok gonzalo@ (maintainer)
2018-02-15 16:19:41 +00:00
gonzalo
0494f90026
hook suricata
2018-02-15 08:32:25 +00:00
gonzalo
52fa9f298c
high performance network IDS, IPS and security monitoring OK jasper@
2018-02-15 08:30:08 +00:00
sthen
8df5d2bc9b
update to sslsplit-0.5.2, partly from bket@
2018-02-14 18:06:29 +00:00
sthen
34c8137e22
update to py-cryptography-2.1.4
2018-02-12 14:39:46 +00:00
bket
6c3e13db08
Update keybase to 1.0.41
...
OK abieber@ (maintainer), landry@, jca@
2018-02-12 13:53:49 +00:00
rpointel
8366b93720
bugfix update pdfid to 0.2.4.
2018-02-11 15:36:20 +00:00
sthen
6081a69430
shuffle py-cryptography's checks following addition of X509_VERIFY_PARAM_* functions
...
to libcrypto; the ifdef version number checks they're doing can't handle the case
when the functions actually exist.
this could be simplified by moving us to CRYPTOGRAPHY_OPENSSL_102_OR_GREATER if we
get suite b error codes / flags later.
2018-02-11 00:11:51 +00:00
ajacoutot
56cea36176
+py-M2Crypto,python3
2018-02-10 09:32:58 +00:00
ajacoutot
69cfc010b7
Update to py-M2Crypto-0.28.2.
2018-02-10 08:40:55 +00:00
jca
f25c29b1b8
Update HOMEPAGE
...
ok ajacoutot@ (maintainer)
2018-02-09 09:36:04 +00:00
landry
ce81f2c321
Fix HaCl* build on non-clang archs by using -std=gnu99.
...
Better fix discussed upstream in #1436932
2018-02-09 08:23:38 +00:00
sthen
010ca2d7d5
update to mbedtls-2.7.0, from Björn Ketelaars. various security fixes, see
...
https://github.com/ARMmbed/mbedtls/blob/development/ChangeLog
2018-02-06 10:26:31 +00:00
bluhm
c576dd2521
update p5-IO-Socket-SSL to 2.054
...
remove LibreSSL version check for npn, fix is in p5-Net-SSLeay
2018-02-03 18:23:19 +00:00
bluhm
d67039f542
update p5-Net-SSLeay to 1.84
2018-02-03 17:37:12 +00:00
rpointel
ac974492ff
update artifacts to 20180115.
2018-02-03 05:53:21 +00:00
rpointel
2c48b7af49
update plaso to 20180127.
...
ok gonzalo@.
2018-02-01 13:25:08 +00:00