Branch: Tag:

2019-03-14

2019-03-14 10:39:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Merge commit '2470270f500c728d10b8895314d8d8b07016e37b' into grubba/typechecker-automap

* commit '2470270f500c728d10b8895314d8d8b07016e37b': (18681 commits)
Removed the old typechecker.
...

2016-01-05

2016-01-05 10:21:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Sql: Added support for multiple results.

Adds Sql.sql_result()->next_result().

2015-10-16

2015-10-16 15:03:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Backported Crypto.[DR]SA()->pkcs_{sign,verify}() from Pike 8.0.

2015-10-16 15:03:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Backported Crypto.[DR]SA()->pkcs_{sign,verify}() from Pike 8.0.

2015-10-16 15:03:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Backported Crypto.[DR]SA()->pkcs_{sign,verify}() from Pike 8.0.

2014-08-14

2014-08-14 14:51:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.Sign: Added sub-class State.

This makes the Crypto.Sign API to behave closer to the other Crypto APIs.

This affects code that uses Crypto.RSA and Crypto.DSA (which now are
modules and not classes).

Crypto.ECC.Curve.ECDSA is currently unmodified.

2014-08-14 14:51:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.Sign: Added sub-class State.

This makes the Crypto.Sign API to behave closer to the other Crypto APIs.

This affects code that uses Crypto.RSA and Crypto.DSA (which now are
modules and not classes).

Crypto.ECC.Curve.ECDSA is currently unmodified.

2014-08-14 14:51:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.Sign: Added sub-class State.

This makes the Crypto.Sign API to behave closer to the other Crypto APIs.

This affects code that uses Crypto.RSA and Crypto.DSA (which now are
modules and not classes).

Crypto.ECC.Curve.ECDSA is currently unmodified.

2014-08-14 14:51:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.Sign: Added sub-class State.

This makes the Crypto.Sign API to behave closer to the other Crypto APIs.

This affects code that uses Crypto.RSA and Crypto.DSA (which now are
modules and not classes).

Crypto.ECC.Curve.ECDSA is currently unmodified.

2014-08-14 14:51:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.Sign: Added sub-class State.

This makes the Crypto.Sign API to behave closer to the other Crypto APIs.

This affects code that uses Crypto.RSA and Crypto.DSA (which now are
modules and not classes).

Crypto.ECC.Curve.ECDSA is currently unmodified.

2014-01-13

2014-01-13 16:49:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.ECC.Curve: Fixed pkcs_ec_parameters().

The curve identifier should not be wrapped in a sequence.

Fixes interoperability with OpenSSL and GNUTLS.

2014-01-11

2014-01-11 13:35:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.DSA: Moved some functions from Standards.PKCS.DSA.

To avoid circular dependencies between Crypto.DSA and
Standards.PKCS.DSA the pkcs_*() functions are now
inlined in Crypto.DSA.

This also adds pkcs_algorithm_identifer() to Crypto.DSA.

Fixes module dumping problems for Crypto.DSA.

2014-01-11 13:35:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.DSA: Moved some functions from Standards.PKCS.DSA.

To avoid circular dependencies between Crypto.DSA and
Standards.PKCS.DSA the pkcs_*() functions are now
inlined in Crypto.DSA.

This also adds pkcs_algorithm_identifer() to Crypto.DSA.

Fixes module dumping problems for Crypto.DSA.

2014-01-11 13:35:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.DSA: Moved some functions from Standards.PKCS.DSA.

To avoid circular dependencies between Crypto.DSA and
Standards.PKCS.DSA the pkcs_*() functions are now
inlined in Crypto.DSA.

This also adds pkcs_algorithm_identifer() to Crypto.DSA.

Fixes module dumping problems for Crypto.DSA.

2014-01-11 13:35:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.DSA: Moved some functions from Standards.PKCS.DSA.

To avoid circular dependencies between Crypto.DSA and
Standards.PKCS.DSA the pkcs_*() functions are now
inlined in Crypto.DSA.

This also adds pkcs_algorithm_identifer() to Crypto.DSA.

Fixes module dumping problems for Crypto.DSA.

2014-01-11 13:35:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.DSA: Moved some functions from Standards.PKCS.DSA.

To avoid circular dependencies between Crypto.DSA and
Standards.PKCS.DSA the pkcs_*() functions are now
inlined in Crypto.DSA.

This also adds pkcs_algorithm_identifer() to Crypto.DSA.

Fixes module dumping problems for Crypto.DSA.

2014-01-11 13:30:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.RSA: pkcs_algorithm_id() ==> pkcs_signature_algorithm_id()

Renamed the function above in Crypto.RSA and Crypto.DSA to
avoid confusion with the similar algorithm_identifier().

2014-01-11 13:30:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto.RSA: pkcs_algorithm_id() ==> pkcs_signature_algorithm_id()

Renamed the function above in Crypto.RSA and Crypto.DSA to
avoid confusion with the similar algorithm_identifier().

2014-01-05

2014-01-05 15:14:13 by Marcus Comstedt <marcus@mc.pp.se>

Merge branch '8.0' into gobject-introspection

2014-01-05 15:14:13 by Marcus Comstedt <marcus@mc.pp.se>

Merge branch '8.0' into gobject-introspection

2014-01-05 15:14:13 by Marcus Comstedt <marcus@mc.pp.se>

Merge branch '8.0' into gobject-introspection

2014-01-05 15:14:13 by Marcus Comstedt <marcus@mc.pp.se>

Merge branch '8.0' into gobject-introspection

2014-01-05 15:14:13 by Marcus Comstedt <marcus@mc.pp.se>

Merge branch '8.0' into gobject-introspection

2014-01-01

2014-01-01 11:50:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Improved TLS 1.2 compatibility.

The TLS 1.2 prf is now derived from the hash function used for
the MAC for the suite, as this seems to be the convention for
all the suites that have been defined after TLS 1.2.

This simplifies implementation of the prf selection behaviour
specified eg for the suites defined in RFC 6367 3.3:

When used with TLS versions prior to 1.2 (TLS 1.0 and TLS 1.1),
the PRF is calculated as specified in the appropriate version
of the TLS specification.

2014-01-01 11:50:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Improved TLS 1.2 compatibility.

The TLS 1.2 prf is now derived from the hash function used for
the MAC for the suite, as this seems to be the convention for
all the suites that have been defined after TLS 1.2.

This simplifies implementation of the prf selection behaviour
specified eg for the suites defined in RFC 6367 3.3:

When used with TLS versions prior to 1.2 (TLS 1.0 and TLS 1.1),
the PRF is calculated as specified in the appropriate version
of the TLS specification.

2014-01-01 11:50:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Improved TLS 1.2 compatibility.

The TLS 1.2 prf is now derived from the hash function used for
the MAC for the suite, as this seems to be the convention for
all the suites that have been defined after TLS 1.2.

This simplifies implementation of the prf selection behaviour
specified eg for the suites defined in RFC 6367 3.3:

When used with TLS versions prior to 1.2 (TLS 1.0 and TLS 1.1),
the PRF is calculated as specified in the appropriate version
of the TLS specification.

2014-01-01 11:50:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Improved TLS 1.2 compatibility.

The TLS 1.2 prf is now derived from the hash function used for
the MAC for the suite, as this seems to be the convention for
all the suites that have been defined after TLS 1.2.

This simplifies implementation of the prf selection behaviour
specified eg for the suites defined in RFC 6367 3.3:

When used with TLS versions prior to 1.2 (TLS 1.0 and TLS 1.1),
the PRF is calculated as specified in the appropriate version
of the TLS specification.

2014-01-01 11:50:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL.Cipher: Improved TLS 1.2 compatibility.

The TLS 1.2 prf is now derived from the hash function used for
the MAC for the suite, as this seems to be the convention for
all the suites that have been defined after TLS 1.2.

This simplifies implementation of the prf selection behaviour
specified eg for the suites defined in RFC 6367 3.3:

When used with TLS versions prior to 1.2 (TLS 1.0 and TLS 1.1),
the PRF is calculated as specified in the appropriate version
of the TLS specification.

2013-12-17

2013-12-17 15:55:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>

SSL: Improved robustness in destroy().

The embedded stream may still be registered with a backend when the
sslfile object loses its last reference. Make sure not to trigger
the "In callback mode in a different backend." error in that case.

Fixes [bug 6958 (#6958)].

2013-12-08

2013-12-08 14:26:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Stricter string types.

2013-12-08 14:26:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Stricter string types.

2013-12-08 14:26:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Stricter string types.

2013-12-08 14:26:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Stricter string types.

2013-12-08 14:26:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Stricter string types.

2013-12-08 14:26:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Crypto: Stricter string types.

2013-11-21

2013-11-21 22:39:19 by Martin Nilsson <nilsson@opera.com>

Unified signature and verification methods with RSA.

2013-11-21 22:39:19 by Martin Nilsson <nilsson@opera.com>

Unified signature and verification methods with RSA.

2013-11-21 22:39:19 by Martin Nilsson <nilsson@opera.com>

Unified signature and verification methods with RSA.

2013-11-21 22:39:19 by Martin Nilsson <nilsson@opera.com>

Unified signature and verification methods with RSA.

2013-11-21 22:39:19 by Martin Nilsson <nilsson@opera.com>

Unified signature and verification methods with RSA.

2013-11-21 22:39:19 by Martin Nilsson <nilsson@opera.com>

Unified signature and verification methods with RSA.

2013-11-21 22:39:19 by Martin Nilsson <nilsson@opera.com>

Unified signature and verification methods with RSA.