summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Version bump and changelog for 37.0.4 (#7399)37.0.437.0.xAlex Gaynor2022-07-051-1/+1
* Changelog and version bump for 37.0.3 (#7362)37.0.3Alex Gaynor2022-06-212-3/+5
* changelog and version bump for 37.0.2 (#7194)37.0.2Paul Kehrer2022-05-031-1/+1
* add a a constant for pyOpenSSL with OpenSSL 3 (#7157)Paul Kehrer2022-04-302-0/+20
* 37.0.1 changelog and version bump (#7139)37.0.1Paul Kehrer2022-04-271-1/+1
* restore some bindings for older pyopenssl temporarily (#7137)Paul Kehrer2022-04-275-0/+42
* Fix parsing of priv keys via pub key APIs to error properly in ossl3 (#7135)Paul Kehrer2022-04-271-2/+19
* Add typings to default_backend() (#7133)Nicolas Haller2022-04-271-1/+2
* version bump for 37 release (#7085)37.0.0Paul Kehrer2022-04-261-1/+1
* Load RSA PSS keys as regular RSA keys (#7112)Paul Kehrer2022-04-263-0/+29
* Be clear that OpenSSL 1.1.0 is going bye bye (#7108)Alex Gaynor2022-04-221-2/+2
* added octet string tag (#7106)Alex Gaynor2022-04-221-0/+1
* Bump libc from 0.2.123 to 0.2.124 in /src/rust (#7090)dependabot[bot]2022-04-191-2/+2
* fixes #7081 -- correctly handle escape sequences in RFC4514 strings (#7083)Alex Gaynor2022-04-161-18/+12
* Add support for PSS.AUTO and PSS.DIGEST_LENGTH (#7082)Paul Kehrer2022-04-163-7/+42
* check for invalid keys that RSA_check_key misses (#7080)Paul Kehrer2022-04-162-0/+13
* Implement a parser for RFC4514 strings (#7055)Alex Gaynor2022-04-161-0/+123
* fix comment for find_in_pem (#7078)Alex Gaynor2022-04-151-2/+2
* Update pyo3 to 0.15.2 (#7068)Alex Gaynor2022-04-142-9/+9
* Bump libc from 0.2.122 to 0.2.123 in /src/rust (#7066)dependabot[bot]2022-04-131-2/+2
* Bump quote from 1.0.17 to 1.0.18 in /src/rust (#7058)dependabot[bot]2022-04-111-2/+2
* Bump proc-macro2 from 1.0.36 to 1.0.37 in /src/rust (#7046)dependabot[bot]2022-04-061-2/+2
* Bump libc from 0.2.121 to 0.2.122 in /src/rust (#7048)dependabot[bot]2022-04-071-2/+2
* Bump syn from 1.0.90 to 1.0.91 in /src/rust (#7045)dependabot[bot]2022-04-061-2/+2
* Added a non-public API for setting the tag on an attribute (#7038)Alex Gaynor2022-04-052-11/+31
* fix two compiler warnings (#7036)Paul Kehrer2022-04-042-2/+1
* serialize certs to pkcs7 (#7034)Paul Kehrer2022-04-042-0/+56
* make ExtensionTypeVar covariant (#7033)Mathias Ertl2022-04-031-1/+3
* add TLSv1.3 PSKs function bindings (#7002)可可熊2022-04-032-0/+71
* SIV support (#7029)Paul Kehrer2022-04-023-10/+127
* small refactors for upcoming SIV support (#7028)Paul Kehrer2022-04-022-15/+17
* add new bindings for OpenSSL 3.0.0 cipher fetching/freeing (#7027)Paul Kehrer2022-04-032-0/+14
* we documented this as 2**31 - 1, enforce it at the right spot (#7025)Paul Kehrer2022-04-021-8/+8
* fixes #7005 -- check if public keys are at infinity earlier (#7020)Alex Gaynor2022-04-021-0/+13
* Bump redox_syscall from 0.2.12 to 0.2.13 in /src/rust (#7013)dependabot[bot]2022-03-301-2/+2
* Bump lock_api from 0.4.6 to 0.4.7 in /src/rust (#7014)dependabot[bot]2022-03-301-2/+3
* Bump syn from 1.0.89 to 1.0.90 in /src/rust (#7012)dependabot[bot]2022-03-291-2/+2
* support 12-15 byte nonce sizes in OCB3 (#7011)Paul Kehrer2022-03-291-2/+2
* Serialize PKCS12 CA alias/friendlyName (#6910)ajoino2022-03-292-4/+31
* Bump quote from 1.0.16 to 1.0.17 in /src/rust (#7003)dependabot[bot]2022-03-261-2/+2
* Bump redox_syscall from 0.2.11 to 0.2.12 in /src/rust (#6999)dependabot[bot]2022-03-251-2/+2
* Try removing the SSL_library_init call in initialization (#6986)Alex Gaynor2022-03-211-2/+0
* Bump ouroboros from 0.14.2 to 0.15.0 in /src/rust (#6985)dependabot[bot]2022-03-202-5/+5
* Remove unused bindings (#6984)Alex Gaynor2022-03-204-37/+0
* enforce that GeneralSubtrees for NameConstraints must be None or non-empty (#...Alex Gaynor2022-03-201-0/+8
* Bump libc from 0.2.120 to 0.2.121 in /src/rust (#6979)dependabot[bot]2022-03-191-2/+2
* Bump quote from 1.0.15 to 1.0.16 in /src/rust (#6974)dependabot[bot]2022-03-181-2/+2
* Dedicated check for signature hash algorithms (#6931)Christian Heimes2022-03-181-2/+12
* Bump syn from 1.0.88 to 1.0.89 in /src/rust (#6972)dependabot[bot]2022-03-171-2/+2
* fixes #6970 -- improve error message when OtherName.value isn't DER (#6971)Alex Gaynor2022-03-171-1/+6