-
-
Notifications
You must be signed in to change notification settings - Fork 759
Comparing changes
Open a pull request
base repository: sfackler/rust-openssl
base: openssl-v0.10.48
head repository: sfackler/rust-openssl
compare: openssl-v0.10.55
Commits on Jan 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6d69447 - Browse repository at this point
Copy the full SHA 6d69447View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2e3018 - Browse repository at this point
Copy the full SHA d2e3018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 920ec61 - Browse repository at this point
Copy the full SHA 920ec61View commit details
Commits on Feb 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b821f00 - Browse repository at this point
Copy the full SHA b821f00View commit details -
Configuration menu - View commit details
-
Copy full SHA for d77c651 - Browse repository at this point
Copy the full SHA d77c651View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd4876 - Browse repository at this point
Copy the full SHA 0bd4876View commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9f8c821 - Browse repository at this point
Copy the full SHA 9f8c821View commit details -
Configuration menu - View commit details
-
Copy full SHA for f134271 - Browse repository at this point
Copy the full SHA f134271View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c30e4e - Browse repository at this point
Copy the full SHA 9c30e4eView commit details
Commits on Mar 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8f3da5e - Browse repository at this point
Copy the full SHA 8f3da5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7478585 - Browse repository at this point
Copy the full SHA 7478585View commit details
Commits on Mar 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7632ba6 - Browse repository at this point
Copy the full SHA 7632ba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30aa408 - Browse repository at this point
Copy the full SHA 30aa408View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b25d11 - Browse repository at this point
Copy the full SHA 3b25d11View commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 95680c8 - Browse repository at this point
Copy the full SHA 95680c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a888f7a - Browse repository at this point
Copy the full SHA a888f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 516f1b5 - Browse repository at this point
Copy the full SHA 516f1b5View commit details
Commits on Mar 30, 2023
-
Merge pull request #1858 from sfackler/asn1-integer-cmp
Add ASN.1 Integer comparison and to_owned
Configuration menu - View commit details
-
Copy full SHA for 0138f52 - Browse repository at this point
Copy the full SHA 0138f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4247450 - Browse repository at this point
Copy the full SHA 4247450View commit details -
Configuration menu - View commit details
-
Copy full SHA for f949d40 - Browse repository at this point
Copy the full SHA f949d40View commit details -
Merge pull request #1864 from alex/fix-and-check
Fix syntax error I accidentally pushed to master
Configuration menu - View commit details
-
Copy full SHA for 9d91e73 - Browse repository at this point
Copy the full SHA 9d91e73View commit details -
It's used to check for a Rust version well below our MSRV.
Configuration menu - View commit details
-
Copy full SHA for c906f18 - Browse repository at this point
Copy the full SHA c906f18View commit details -
Merge pull request #1863 from alex/drop-autocfg
Drop dependency on autocfg
Configuration menu - View commit details
-
Copy full SHA for ded3573 - Browse repository at this point
Copy the full SHA ded3573View commit details -
Configuration menu - View commit details
-
Copy full SHA for d355cb8 - Browse repository at this point
Copy the full SHA d355cb8View commit details -
Merge pull request #1866 from sfackler/no-ip-sni
Don't use IP addresses in SNI
Configuration menu - View commit details
-
Copy full SHA for 297017d - Browse repository at this point
Copy the full SHA 297017dView commit details
Commits on Mar 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 42469df - Browse repository at this point
Copy the full SHA 42469dfView commit details -
Merge pull request #1867 from tyilo/patch-1
Fix typo in documentation for set_{min,max}_proto_version
Configuration menu - View commit details
-
Copy full SHA for b127fb2 - Browse repository at this point
Copy the full SHA b127fb2View commit details -
Add basic X509 Distribution Point extension support
Adds support to read the full name of a distribution point extension. Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 34171f4 - Browse repository at this point
Copy the full SHA 34171f4View commit details -
Merge pull request #1801 from steffen-eiden/distpoint
Add basic X509 Distribution Point extension support
Configuration menu - View commit details
-
Copy full SHA for 6af36a7 - Browse repository at this point
Copy the full SHA 6af36a7View commit details
Commits on Apr 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 29d993f - Browse repository at this point
Copy the full SHA 29d993fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 545cfa4 - Browse repository at this point
Copy the full SHA 545cfa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c474a - Browse repository at this point
Copy the full SHA 36c474aView commit details -
Configuration menu - View commit details
-
Copy full SHA for be65acb - Browse repository at this point
Copy the full SHA be65acbView commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 12a0de5 - Browse repository at this point
Copy the full SHA 12a0de5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8559cb - Browse repository at this point
Copy the full SHA b8559cbView commit details -
Merge pull request #1870 from sfackler/alex-patch-1
Raise the minimum CC version
Configuration menu - View commit details
-
Copy full SHA for 05ce5bc - Browse repository at this point
Copy the full SHA 05ce5bcView commit details
Commits on Apr 6, 2023
-
Add in-place cipher update method
Add the cipher_update_inplace method to CipherCtxRef that permits encryption and decryption to happen in-place when the cipher is a stream cipher. This avoid the need to allocate a second buffer if the original data does not have to be maintained.
Configuration menu - View commit details
-
Copy full SHA for edf3a16 - Browse repository at this point
Copy the full SHA edf3a16View commit details
Commits on Apr 7, 2023
-
Merge pull request #1871 from haroldbruintjes/feature/cipher-inplace
Add in-place cipher update method
Configuration menu - View commit details
-
Copy full SHA for f74b8e6 - Browse repository at this point
Copy the full SHA f74b8e6View commit details
Commits on Apr 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1a52fa6 - Browse repository at this point
Copy the full SHA 1a52fa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a03a346 - Browse repository at this point
Copy the full SHA a03a346View commit details
Commits on Apr 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b03b9ea - Browse repository at this point
Copy the full SHA b03b9eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8395a89 - Browse repository at this point
Copy the full SHA 8395a89View commit details -
Configuration menu - View commit details
-
Copy full SHA for a27dd4d - Browse repository at this point
Copy the full SHA a27dd4dView commit details -
Merge pull request #1876 from reaperhulk/doc-fix
update documentation to reflect libressl support
Configuration menu - View commit details
-
Copy full SHA for 48876d4 - Browse repository at this point
Copy the full SHA 48876d4View commit details -
Merge pull request #1847 from sfackler/x509-revoked-extra-methods
Add issuer_name and reason_code to X509RevokedRef
Configuration menu - View commit details
-
Copy full SHA for 0854ffd - Browse repository at this point
Copy the full SHA 0854ffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47abce4 - Browse repository at this point
Copy the full SHA 47abce4View commit details
Commits on Apr 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2fbe9a - Browse repository at this point
Copy the full SHA c2fbe9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e48158 - Browse repository at this point
Copy the full SHA 5e48158View commit details -
Merge pull request #1885 from alex/cmp-error-stack
Fixes #1884 -- don't leave an error on the stack in public_eq
Configuration menu - View commit details
-
Copy full SHA for bdb165b - Browse repository at this point
Copy the full SHA bdb165bView commit details -
Merge pull request #1883 from alex/dh-set-keys
Fixes #1882 -- added APIs for setting public keys on Dh
Configuration menu - View commit details
-
Copy full SHA for 62189c1 - Browse repository at this point
Copy the full SHA 62189c1View commit details
There are no files selected for viewing