Commit 36297463 authored by Richard Levitte's avatar Richard Levitte
Browse files

Update CHANGES with the new about RSA and RSA_METHOD

parent cd35e6c0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4,6 +4,11 @@

 Changes between 1.0.2g and 1.1.0  [xx XXX xxxx]

  *) Made RSA and RSA_METHOD opaque. The structures for managing RSA
     objects have been moved out of the public header files. New
     functions for managing these have been added.
     [Richard Levitte]

  *) Made DSA and DSA_METHOD opaque. The structures for managing DSA objects
     have been moved out of the public header files. New functions for managing
     these have been added.