index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
usr.bin
/
nc
/
netcat.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-01-09
ec_lib.c: zap stray empty line at end of file
tb
1
-2
/
+1
2025-01-09
check_discriminant: make the assumptions on p, a, b more explicit
tb
1
-2
/
+3
2025-01-08
Improve order of things in BN_RECP_CTX_set()
tb
1
-3
/
+4
2025-01-08
Remove parentheses in return statements
tb
1
-8
/
+8
2025-01-08
Add a space after comma
tb
1
-3
/
+3
2025-01-08
Remove superfluous parentheses
tb
1
-13
/
+13
2025-01-08
X509_NAME_print() also fails to indent
tb
1
-5
/
+6
2025-01-07
X509_NAME_print: remove lie about multiple lines being used
tb
1
-4
/
+2
2025-01-07
Rewrite TS_ASN1_INTEGER_print_bio()
tb
1
-14
/
+19
2025-01-07
Remove stale comment about methods and members
tb
1
-6
/
+1
2025-01-07
Check discriminant directly in EC_GROUP_set_discriminant()
tb
3
-68
/
+47
2025-01-06
unitialized -> uninitialized
tb
1
-2
/
+2
2025-01-06
ec_lib: create a garbage bin at the end, throw Jprojective stuff in there
tb
1
-19
/
+24
2025-01-06
Inline the last two uses of ec_mont_group_clear()
tb
1
-14
/
+11
2025-01-06
typo: slighty -> slightly
tb
1
-2
/
+2
2025-01-06
group_copy() is no longer a thing...
tb
1
-3
/
+1
2025-01-06
Remove get_order_bits() and get_degree() methods
tb
3
-28
/
+5
2025-01-06
More dest -> dst renaming missed in previous
tb
1
-8
/
+8
2025-01-06
Rename dest into dst
tb
1
-21
/
+21
2025-01-06
Inline the copy handlers in EC_GROUP_copy()
tb
2
-51
/
+19
2025-01-06
Use a slightly more sensible order in ec_local.h
tb
1
-36
/
+33
2025-01-06
BN_div_recp() can't be static since it is directly exercised by bn_test.c
tb
2
-3
/
+5
2025-01-06
fix ugly whitespace
tb
1
-4
/
+4
2025-01-06
Revise comments to note that these are Jacobian projective coordinates.
jsing
1
-3
/
+6
2025-01-06
Shuffle functions into a more sensible order
tb
2
-42
/
+39
2025-01-06
Remove indirection for coordinate blinding.
jsing
3
-28
/
+4
2025-01-06
Stop caching one in the Montgomery domain
tb
3
-56
/
+16
2025-01-06
Prepare removal accessors for Jprojective coordinates
tb
3
-150
/
+16
2025-01-06
An -> The
tb
1
-2
/
+2
2025-01-06
Print the inverse in affine coordinates
tb
1
-8
/
+3
2025-01-05
Let's use RSA_3 rather than 3
tb
1
-2
/
+2
2025-01-05
Move BIGNUMs in EC_GROUP and EC_POINT to the heap
tb
5
-194
/
+208
2025-01-05
Stop setting RSA_FLAG_SIGN_VER
tb
1
-2
/
+1
2025-01-05
Remove most of the RSA_FLAG_SIGN_VER documentation
tb
2
-33
/
+6
2025-01-05
Stop requiring the RSA_FLAG_SIGN_VER
tb
2
-7
/
+5
2025-01-04
rsa_method_test: some consistency tweaks
tb
1
-6
/
+5
2025-01-04
fix typo
tb
1
-2
/
+2
2025-01-04
Add some regress coverage for custom RSA methods
tb
2
-1
/
+280
2025-01-04
rsa tests: tidy up the makefile
tb
1
-7
/
+8
2025-01-03
termianted -> terminated
tb
1
-2
/
+2
2025-01-03
Fix typo: multipy -> multiply
tb
2
-18
/
+18
2025-01-03
Remove now unnecessary initialization of c and i
tb
1
-2
/
+2
2025-01-03
Remove unnecessary early return if num == 0
tb
1
-4
/
+1
2025-01-03
Make obj_bsearch_ex() resemble libc bsearch() a bit more
tb
1
-16
/
+12
2025-01-02
Remove some gloriously outdated comments
tb
1
-5
/
+1
2025-01-02
Merge testdsa.h and tesrsa.h into speed.c
tb
3
-781
/
+712
2025-01-02
Remove some pointless header guards. The headers are in scope.
tb
1
-7
/
+1
2025-01-02
Merge s_apps.h into apps.h
tb
8
-169
/
+47
2025-01-02
openssl(1) doesn't need 5 .h files: merge timeouts.h into apps.h
tb
4
-72
/
+7
2025-01-02
openssl(1) doesn't need 6 .h files: fold progs.h into apps.h
tb
8
-59
/
+52
[prev]
[next]