• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:openssl

5 ## [v0.10.56] - 2023-08-06
16 ## [v0.10.55] - 2023-06-20
21 * Fixed compilation when OpenSSL is compiled with `OPENSSL_NO_OCB`.
31 ## [v0.10.54] - 2023-05-31
37 ## [v0.10.53] - 2023-05-30
45 ## [v0.10.52] - 2023-04-24
54 ## [v0.10.51] - 2023-04-20
68 ## [v0.10.50] - 2023-04-09
74 ## [v0.10.49] - 2023-04-01
85 ## [v0.10.48] - 2023-03-23
89 …e OpenSSL's configuration mini-language could be used via `x509::extension::SubjectAlternativeName…
91OpenSSL that could be triggered via `x509::X509Extension::new` and `x509::X509Extension::new_nid`.…
92 * Fixed a data-race with `x509::X509Name` that are created with `x509::X509NameBuilder` and then us…
95 ## [v0.10.47] - 2023-03-19
102 ## [v0.10.46] - 2023-03-14
106 * Fixed a potential null-pointer deref when parsing a PKCS#12 archive with no identity.
107 * Fixed builds against OpenSSL built with `no-cast`.
129 ## [v0.10.45] - 2022-12-20
143 ## [v0.10.44] - 2022-12-06
151 ## [v0.10.43] - 2022-11-23
162 ## [v0.10.42] - 2022-09-26
167 * Added SHA-3 constants to `Nid`.
179 ## [v0.10.41] - 2022-06-09
183 * Fixed a use-after-free in `Error::function` and `Error::file` with OpenSSL 3.x.
193 ## [v0.10.40] - 2022-05-04
197 * Fixed the openssl-sys dependency version.
199 ## [v0.10.39] - 2022-05-02
218 ## [v0.10.38] - 2021-10-31
224 ## [v0.10.37] - 2021-10-27
228 * Fixed linkage against OpenSSL distributions built with `no-chacha`.
236 ## [v0.10.36] - 2021-08-17
245 ## [v0.10.35] - 2021-06-18
253 * Added support for OpenSSL 3.x.x.
256 ## [v0.10.34] - 2021-04-28
265 ## [v0.10.33] - 2021-03-13
283 ## [v0.10.32] - 2020-12-24
305 ## [v0.10.31] - 2020-12-09
321 ## [v0.10.30] - 2020-06-25
345 ## [v0.10.29] - 2020-04-07
362 ## [v0.10.28] - 2020-02-04
369 ## [v0.10.27] - 2020-01-29
378 ## [v0.10.26] - 2019-11-22
394 ## [v0.10.25] - 2019-10-02
398 * Fixed a memory leak in `EcdsaSig::from_private_components` when using OpenSSL 1.0.x.
405 ## [v0.10.24] - 2019-07-19
409 * Worked around an OpenSSL 1.0.x bug triggered by code calling `SSL_set_app_data`.
423 ## [v0.10.23] - 2019-05-18
433 ## [v0.10.22] - 2019-05-08
439 ## [v0.10.21] - 2019-04-30
450 ## [v0.10.20] - 2019-03-20
459 ## [v0.10.19] - 2019-03-01
463 * The openssl-sys build script now logs the values of environment variables.
464 * Added `ERR_PACK` to openssl-sys.
465 * The `ERR_*` functions in openssl-sys are const functions when building against newer Rust version…
471 ## [v0.10.18] - 2019-02-22
477 ## [v0.10.17] - 2019-02-22
489 ## [v0.10.16] - 2018-12-16
497 ## [v0.10.15] - 2018-10-22
503 ## [v0.10.14] - 2018-10-18
515 * The OpenSSL version used with the `vendored` feature has been upgraded from 1.1.0 to 1.1.1.
517 ## [v0.10.13] - 2018-10-14
521 * Fixed a double-free in the `SslContextBuilder::set_get_session_callback` API.
530 ## [v0.10.12] - 2018-09-13
542 ## [v0.10.11] - 2018-08-04
546 * The new `vendored` cargo feature will cause openssl-sys to compile and statically link to a
547 vendored copy of OpenSSL.
558 ## [v0.10.10] - 2018-06-06
565 ## [v0.10.9] - 2018-06-01
569 * Fixed a use-after-free in `CmsContentInfo::sign`.
570 * `SslRef::servername` now returns `None` rather than panicking on a non-UTF8 name.
587 ## [v0.10.8] - 2018-05-20
591 * `openssl-sys` will now detect Homebrew-installed OpenSSL when installed to a non-default
594 `X509_V_ERR_PROXY_SUBJECT_NAME_VIOLATION` constants in `openssl-sys` are now only present when
604 LibreSSL 2.6.1 and up in addition to OpenSSL.
605 * `X509VerifyParam` is available when linking against LibreSSL 2.6.1 and up in addition to OpenSSL.
606 * ALPN support is available when linking against LibreSSL 2.6.1 and up in addition to OpenSSL.
609 ## [v0.10.7] - 2018-04-30
617 * openssl-sys now provides the `DEP_OPENSSL_VERSION_NUMBER` and
619 contains the hex-encoded version number of the OpenSSL or LibreSSL distribution being built
622 ## [v0.10.6] - 2018-03-05
634 * Added support for TLSv1.3 custom extensions. (OpenSSL 1.1.1 only)
635 * Added AES-CCM support.
641 * Added support for TLSv1.3 stateless handshakes. (OpenSSL 1.1.1 only)
645 * The Cargo features previously used to gate access to version-specific OpenSSL APIs have been
646 removed. Those APIs will be available automatically when building against an appropriate OpenSSL
656 ## [v0.10.5] - 2018-02-28
667 * Added the ability to push an `Error` or `ErrorStack` back onto OpenSSL's error stack. Various
681 ## [v0.10.4] - 2018-02-18
685 * Added OpenSSL 1.1.1 support.
687 * Added `SslOptions::NO_TLSV1_3`. (OpenSSL 1.1.1 only)
693 * Added `SslContextBuilder::set_keylog_callback`. (OpenSSL 1.1.1 only)
694 * Added `SslRef::client_random` and `SslRef::server_random`. (OpenSSL 1.1.0+ only)
701 ## [v0.10.3] - 2018-02-12
705 * OpenSSL is now automatically detected on FreeBSD systems.
707 * Added DES-EDE3 support.
713 ## [v0.10.2] - 2018-01-11
721 ## [v0.10.1] - 2018-01-10
727 ## [v0.10.0] - 2018-01-10
731 * openssl 0.10 still uses openssl-sys 0.9, so openssl 0.9 and 0.10 can coexist without issue.
746 * Asymmetric key types are now parameterized over what they contain. In OpenSSL, the same type is
755 * ALPN support has been changed to more directly model OpenSSL's own APIs. Instead of a single
790 [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.56...master
791 [v0.10.56]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.55...openssl-v0.10.56
792 [v0.10.55]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.55
793 [v0.10.54]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.53...openssl-v0.10.54
794 [v0.10.53]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.53
795 [v0.10.52]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.51...openssl-v0.10.52
796 [v0.10.51]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.50...openssl-v0.10.51
797 [v0.10.50]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.49...openssl-v0.10.50
798 [v0.10.49]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.48...openssl-v0.10.49
799 [v0.10.48]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.47...openssl-v0.10.48
800 [v0.10.47]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.46...openssl-v0.10.47
801 [v0.10.46]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.45...openssl-v0.10.46
802 [v0.10.45]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.44...openssl-v0.10.45
803 [v0.10.44]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.43...openssl-v0.10.44
804 [v0.10.43]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.42...openssl-v0.10.43
805 [v0.10.42]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.41...openssl-v0.10.42
806 [v0.10.41]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.40...openssl-v0.10.41
807 [v0.10.40]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.39...openssl-v0.10.40
808 [v0.10.39]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.38...openssl-v0.10.39
809 [v0.10.38]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.37...openssl-v0.10.38
810 [v0.10.37]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.36...openssl-v0.10.37
811 [v0.10.36]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.35...openssl-v0.10.36
812 [v0.10.35]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.34...openssl-v0.10.35
813 [v0.10.34]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.33...openssl-v0.10.34
814 [v0.10.33]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.32...openssl-v0.10.33
815 [v0.10.32]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.31...openssl-v0.10.32
816 [v0.10.31]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.30...openssl-v0.10.31
817 [v0.10.30]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.29...openssl-v0.10.30
818 [v0.10.29]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.28...openssl-v0.10.29
819 [v0.10.28]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.27...openssl-v0.10.28
820 [v0.10.27]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.26...openssl-v0.10.27
821 [v0.10.26]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.25...openssl-v0.10.26
822 [v0.10.25]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.24...openssl-v0.10.25
823 [v0.10.24]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.23...openssl-v0.10.24
824 [v0.10.23]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.22...openssl-v0.10.23
825 [v0.10.22]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.21...openssl-v0.10.22
826 [v0.10.21]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.20...openssl-v0.10.21
827 [v0.10.20]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.19...openssl-v0.10.20
828 [v0.10.19]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.18...openssl-v0.10.19
829 [v0.10.18]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.17...openssl-v0.10.18
830 [v0.10.17]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.16...openssl-v0.10.17
831 [v0.10.16]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.15...openssl-v0.10.16
832 [v0.10.15]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.14...openssl-v0.10.15
833 [v0.10.14]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.13...openssl-v0.10.14
834 [v0.10.13]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.12...openssl-v0.10.13
835 [v0.10.12]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.11...openssl-v0.10.12
836 [v0.10.11]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.10...openssl-v0.10.11
837 [v0.10.10]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.9...openssl-v0.10.10
838 [v0.10.9]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.8...openssl-v0.10.9
839 [v0.10.8]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.7...openssl-v0.10.8
840 [v0.10.7]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.6...openssl-v0.10.7
841 [v0.10.6]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.5...openssl-v0.10.6
842 [v0.10.5]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.4...openssl-v0.10.5
843 [v0.10.4]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.3...openssl-v0.10.4
844 [v0.10.3]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.2...openssl-v0.10.3
845 [v0.10.2]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.1...openssl-v0.10.2
846 [v0.10.1]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.0...openssl-v0.10.1
847 [v0.10.0]: https://github.com/sfackler/rust-openssl/compare/v0.9.23...openssl-v0.10.0
848 [release tags]: https://github.com/sfackler/rust-openssl/releases