Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the old OpenSSL julian date stuff with BoringSSL's | beck | 2022-11-08 | 1 | -71/+0 |
| | | | | | | | | | | | | OpenSSL dealt with time conversion using a classical julian day scheme. BoringSSL got rid of it and uses only a julian style calculation for seconds since the POSIX time epoch. This changes libressl to use the seconds calculation exculusively instead of a mix of the julian day based conversions and the system time conversions to and from time_t to tm. ok tb@ jsing@ | ||||
* | Add ASN1_TIME_diff from OpenSSL. | beck | 2021-10-27 | 1 | -2/+3 |
| | | | | | | The symbol is not yet exposed and will show up with tb@'s forthcoming bump ok tb@ jsing@ | ||||
* | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | Move the "internal" BN functions from bn.h to bn_lcl.h and stop exporting the bn_* symbols. These are documented as only being intended for internal use, so why they were placed in a public header is beyond me... This hides 363 previously exported symbols, most of which exist in headers that are not installed and were never intended to be public. This also removes a few crusty old things that should have died long ago (like _ossl_old_des_read_pw). But don't worry... there are still 3451 symbols exported from the library. With input and testing from inoguchi@. ok beck@ inoguchi@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | c-file-style hints, begone; ok beck | deraadt | 2014-06-11 | 1 | -1/+1 |
| | |||||
* | More KNF. | jsing | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | OPENSSL_gmtime() is really just gmtime_r(); ok guenther | deraadt | 2014-04-18 | 1 | -1/+0 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -0/+1 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+66 |