diff options
| author | tb <> | 2022-07-07 13:01:28 +0000 |
|---|---|---|
| committer | tb <> | 2022-07-07 13:01:28 +0000 |
| commit | 144c180757b1433631a8e64a3dd86b9e3364d97c (patch) | |
| tree | 539767872181d9087ed86b86848b9b25031ed468 /src/lib/libcrypto/bn | |
| parent | 42eea85c684d57fd6947ac89719d3c7cb26cd34e (diff) | |
| download | openbsd-144c180757b1433631a8e64a3dd86b9e3364d97c.tar.gz openbsd-144c180757b1433631a8e64a3dd86b9e3364d97c.tar.bz2 openbsd-144c180757b1433631a8e64a3dd86b9e3364d97c.zip | |
Expose new API in headers.
These are mostly security-level related, but there are also ASN1_TIME
and ASN_INTEGER functions here, as well as some missing accessors.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/bn')
| -rw-r--r-- | src/lib/libcrypto/bn/bn.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/bn/bn.h b/src/lib/libcrypto/bn/bn.h index 5abd489003..436be593bf 100644 --- a/src/lib/libcrypto/bn/bn.h +++ b/src/lib/libcrypto/bn/bn.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: bn.h,v 1.53 2022/06/27 12:25:49 tb Exp $ */ | 1 | /* $OpenBSD: bn.h,v 1.54 2022/07/07 13:01:28 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -471,9 +471,7 @@ BIGNUM *BN_mod_sqrt(BIGNUM *ret, | |||
| 471 | 471 | ||
| 472 | void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords); | 472 | void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords); |
| 473 | 473 | ||
| 474 | #ifdef LIBRESSL_INTERNAL | ||
| 475 | int BN_security_bits(int L, int N); | 474 | int BN_security_bits(int L, int N); |
| 476 | #endif | ||
| 477 | 475 | ||
| 478 | /* Deprecated versions */ | 476 | /* Deprecated versions */ |
| 479 | #ifndef OPENSSL_NO_DEPRECATED | 477 | #ifndef OPENSSL_NO_DEPRECATED |
