<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/_cffi_src/openssl/bignum.py, branch universal</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>Begin building with BoringSSL in our CI, no tests yet (#6554)</title>
<updated>2021-11-06T21:14:12+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-11-06T21:14:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3e0ab39756b05b2b7170e3a2c8b339f27fe56627'/>
<id>3e0ab39756b05b2b7170e3a2c8b339f27fe56627</id>
<content type='text'>
* Attempt to build against BoringSSL in CI

* Check for BoringSSL in the SSL bindings

* Check for BoringSSL in the err bindings

* Check for BoringSSL in the pkcs7 bindings

* Check for BoringSSL in the bignum bindings

* Check for BoringSSL in the EVP bindings

* Check for BoringSSL in the X.509 verify bindings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Attempt to build against BoringSSL in CI

* Check for BoringSSL in the SSL bindings

* Check for BoringSSL in the err bindings

* Check for BoringSSL in the pkcs7 bindings

* Check for BoringSSL in the bignum bindings

* Check for BoringSSL in the EVP bindings

* Check for BoringSSL in the X.509 verify bindings</pre>
</div>
</content>
</entry>
<entry>
<title>Remove __future__ import from our code (#5610)</title>
<updated>2020-12-09T06:35:11+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-12-09T06:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e0477596f7117845aa2d8768bf1b75162b3d915b'/>
<id>e0477596f7117845aa2d8768bf1b75162b3d915b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added BN_is_negative -- refs #4830 (#4831)</title>
<updated>2019-04-04T17:57:52+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-04-04T17:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=b839786c26e3d01691d476bf2895f73784256801'/>
<id>b839786c26e3d01691d476bf2895f73784256801</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Exposed OpenSSL prime methods (#4292)</title>
<updated>2018-06-22T14:32:47+00:00</updated>
<author>
<name>Quinten Stokkink</name>
<email>goqs@hotmail.com</email>
</author>
<published>2018-06-22T14:32:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=0d9fc8ec6d35ec6c4f834a8873e7ca63e9e769d0'/>
<id>0d9fc8ec6d35ec6c4f834a8873e7ca63e9e769d0</id>
<content type='text'>
These are required by the Tribler project.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are required by the Tribler project.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused BN bindings. (#4219)</title>
<updated>2018-05-09T15:36:02+00:00</updated>
<author>
<name>David Benjamin</name>
<email>davidben@davidben.net</email>
</author>
<published>2018-05-09T15:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=528eb1b4be65d5ad779cbde80680b49a7e5c6d03'/>
<id>528eb1b4be65d5ad779cbde80680b49a7e5c6d03</id>
<content type='text'>
* Remove unused BN bindings.

These appear to be unused in both cryptography.io and PyOpenSSL.

* Restore symbols used by pyUmbral.

Along the way, fix some mistranscribed consts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove unused BN bindings.

These appear to be unused in both cryptography.io and PyOpenSSL.

* Restore symbols used by pyUmbral.

Along the way, fix some mistranscribed consts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose OpenSSL constant time bignum arithmetic (#4200)</title>
<updated>2018-04-25T00:12:13+00:00</updated>
<author>
<name>Tux</name>
<email>tuxxy@users.noreply.github.com</email>
</author>
<published>2018-04-25T00:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=47438529612c475f6c10a8c2826d8a16b4f83fe6'/>
<id>47438529612c475f6c10a8c2826d8a16b4f83fe6</id>
<content type='text'>
* Expose BIGNUM constant time operations

This commit exposes the following functions:
BN_set_flags
BN_get_flags

BN_MONT_CTX_new
BN_MONT_CTX_set
BN_MONT_CTX_free

BN_mod_exp_mont
BN_mod_exp_mont_consttime

This commit also exposes the BN_FLG_CONSTTIME flag.

* Add myself to AUTHORS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Expose BIGNUM constant time operations

This commit exposes the following functions:
BN_set_flags
BN_get_flags

BN_MONT_CTX_new
BN_MONT_CTX_set
BN_MONT_CTX_free

BN_mod_exp_mont
BN_mod_exp_mont_consttime

This commit also exposes the BN_FLG_CONSTTIME flag.

* Add myself to AUTHORS
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose BN_rand and BN_rand_range (#4118)</title>
<updated>2018-02-23T20:57:54+00:00</updated>
<author>
<name>Tux</name>
<email>tuxxy@users.noreply.github.com</email>
</author>
<published>2018-02-23T20:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=404496aeb74b13ce438d62712818ab793033de90'/>
<id>404496aeb74b13ce438d62712818ab793033de90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose `BN_clear_free` in the OpenSSL backend (#4071)</title>
<updated>2018-01-05T22:44:54+00:00</updated>
<author>
<name>Tux</name>
<email>tuxxy@users.noreply.github.com</email>
</author>
<published>2018-01-05T22:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=fbb0c12c87931c3c31bb9cc2c221ae3d6f2f63b5'/>
<id>fbb0c12c87931c3c31bb9cc2c221ae3d6f2f63b5</id>
<content type='text'>
* Expose BN_clear_free

* Use BN_clear_free in test_int_to_bn
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Expose BN_clear_free

* Use BN_clear_free in test_int_to_bn
</pre>
</div>
</content>
</entry>
<entry>
<title>Funcs macros gone (#3695)</title>
<updated>2017-06-27T21:15:37+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-27T21:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=491fd7cc5aefff8064039d073331b41a2f606a63'/>
<id>491fd7cc5aefff8064039d073331b41a2f606a63</id>
<content type='text'>
* No more FUNCS/MACROS distinction

* change the docs to not talk about MACROS since they're gone

* remove out of date comment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* No more FUNCS/MACROS distinction

* change the docs to not talk about MACROS since they're gone

* remove out of date comment
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify code slightly by adding a new binding</title>
<updated>2015-12-27T01:38:11+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2015-12-27T01:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=eefd3a8b51c8219f2c8a5d921b8266dee7d82d9b'/>
<id>eefd3a8b51c8219f2c8a5d921b8266dee7d82d9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
